If you have used float or double for monetary calculation in Java, you must have noticed and said why is the calculation wrong.
Tag Archives: coding
Java Programming Conventions (Part II)
On part II of Java programming conventation, we’ll look into further more standards, followed widly by Java community. These standards are here to improve code readability, maintainability and general quality. Programmers can still differ and follow their own guideline if it improves general quality of code.
Java Programming Conventions (Part I)
Software is developed by team of programmer and most of software life period goes for maintenance and support. Code convention increases readability and efficiency of software.
What's Clean Coding & Not
A million dollars question ‘What/How Clean coding’?, with various answers. Every programmer once in a life, always face this question and wanders around to find answer. Do you know the answer? Please let me know, what you think it is really. Like I said it’s million $ question (not actual cash).
Code def.
I was reading and came across this question “Do you know what code is?”. As, a programmer, this question is important to me and all others. But really, do we know what code is?