Tag Archives: Java
Become a much better developer
“If you are not excited about Software, you should probably find another job.” Are a front-end, back end, middle tier, data tier, xyz layer developer? More and more, we see Full Stack Developers. It’s important that as a developer, you stretch your boundaries a bit more and get out of your comfort zone. You will […]
Inherit – When Inheritance Simplifies the Design.
I love reading the book Code Complete, by Steve McConnell. The following comes from it. … In designing a software system, you’ll often find objects that are much like other objects, except for a few differences. In a accounting system, for instance, you mights find both full-time and part-time employees. Most of the data associated […]