January 17, 2012

Article published in OBJEKTspektrum

0  comments

Together with André I wrote an article for the german computer journal Objektspektrum. The article with the name "Code-Flavours: Nützliche Java-Idiome" is published in the current issue. A code flavour is the opposite of a code smell. Similar to anti-pattern v.s. design pattern. In the article we discuss some useful code flavours for the java programming language. The concepts might work for other languages to. You can order the issue of object spectrum here or just buy the article as a pdf version here.

Tags

article, Code-Flavours, design pattern, Java, OBJEKTspektrum


You may also like

Blog url changed to https

I just changed the url of this blog to https://jensjaeger.com. TLS encryption is now the default for all request to this page. It might be possible that some image links on some articles are hard coded http. If you find such an error it would be nice if you leave me comment so i can

Read More

Format date and time in java with prettytime

Prettytime is a nice java library to format a java Date()s in a nice humanized ago format, like: moments ago 2 minutes ago 13 hours ago 7 months ago 2 years ago Prettytime is localized in over 30 languages. It’s super simple to use Add the dependency to your maven pom: org.ocpsoft.prettytime prettytime 3.2.7.Final or

Read More