We're a place where coders share, stay up-to-date and grow their careers.
I've been a Java developer for more than 10 years. During this time I developped a strong sense for best practices and beneficial structures and patterns in software architecture.
Education
M.Sc. Computer Science
Recent comments
Reusable Code: The Good, The Bad, and The Ugly
I completely agree with your opinion and even wrote a prett...
Writing Good Compiler Error Messages
Ahhhh, compilers could be so simple if it weren't for the p...
PizzaQL - the open-source order management system
Crazy what the teens are up to nowadays 👍
A Taste of Dynamic Typing in Java using the var keyword
It's worth mentioning that var is not intended to replace a...
Controlling the Time in Java
Is there any particular reason why you introduced the Clock...
Which eclipse IDE shortcut/feature you wish you had known sooner?
Its definitly Strg+, and Strg+. to navigate between markers...
Semantic Versioning
Please note that there actually are rules for pre-release i...
We don't need a ternary operator
Here is another read up about ternaries explaining why/how ...