Tag Archives: programming

National Competency Standard for Webmaster and Enterprise Architect

National Competency Standard for Webmaster and Enterprise Architect. We hope to have more competent IT specialists here in our country. Continue reading

Posted in Software Development | Tagged , , , , , , , , , , , , , | 2 Comments

The Difficulty of Estimating Work With So Little Information About Requirements

Oh it is sooo difficult to come up with work estimates without prior knowledge of the client really wants. Continue reading

Posted in Software Development | Tagged , , , , , , , , , , , | 2 Comments

Beware of Uninitialized Primitive boolean Instance Variables

In Java, uninitialized primitive boolean instance variables, or member variables, have the value of false by default. This would seem harmless until we fall into the trap of always-resulting-to-false-condition-and-i-dont-know-goddam-why bug..whew! that was long T_T Imagine you have this quite big … Continue reading

Posted in Software Development | Tagged , , , , , , , | 6 Comments

int as Default Data Type for Literal Integers

Every literal integer in Java is implicitly of type int by default Continue reading

Posted in Software Development | Tagged , , , , , , , | Leave a comment