Code Quality Automation for Android && Java

Have you ever heard of the phrase, Legacy Code?
Have you ever considered you may be producing Legacy code in real time? Read more

Similar

Lambda Functions in Java

Sometimes when writing software, it is useful to pass a function as an argument to another function. A common example for this is a generic filter function. In pseudo code, it would look something like this: (more…)

Read more »

Java’s SimpleDateFormat: YYYY vs. Yyyy

This post would have been more appropriate a week ago when 2018 was coming to a close but better late than never. This is a friendly reminder that when formatting dates in Java’s SimpleDateFormat class there is a subtle difference between YYYY and yyyy. T... (more…)

Read more »