Saturday, January 26, 2013

Java Code Convention

My code is returning the right results wohoooo :D, finally i will deliver it to my technical manager and go to sleep, WAAAAAAAAAAAAAAAAAAIT don't go until you do the following!!

1- Make sure that no one will ever realize why you named the variables.
2- Make sure that no one could know how you named your methods, it is your copy rights! daa!
3- Make sure not to add any inline comments in your code, so no one can find out what you mean!! haha!
4- Put all of your code in one class and all method function in one method, it will looks that you put a great effort in it. :D
5- Be different add a caps to package names and don't ever start with a caps letter in class.
6- try to put all of your code in one line.

Off course i was kidding please developers please please please apply the following convention:
http://www.oracle.com/technetwork/java/codeconventions-150003.pdf

Have a nice day :)

No comments:

Post a Comment