Systems Engineering
Amazing Comments In Source Code by Developers
by Prasad on Feb.22, 2010, under Systems Engineering
As I was getting over Monday blues, Aditya Tripathi sent this funny-yet-realistic! I’m sure this will get every dev-devil laughing with delight; reminiscing the KLOC written with cryptic comments or nothing at all. Here you go, the best code comments seen in source code…!
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
/*
* You may think you know what the following code does.
* But you dont. Trust me.
* Fiddle with it, and youll spend many a sleepless
* night cursing the moment you thought youd be clever
* enough to “optimize” the code below.
* Now close this file and go play with something else.
*/ (continue reading…)
Jargon: Code Obfuscation
by Prasad on Nov.09, 2009, under Culture, Systems Engineering
Code obfuscation is the technique used to make source code elusive. Advantages of doing this are protecting intellectual property, reducing security exposure, size reduction or minification and library linking (to avoid DLL Hell). It is also considered a form of security. Types of obfuscations include simple keyword substitution, use or non-use of whitespace to create artistic effects, clever self-generating or heavily compressed programs, and programs that are valid and operate similarly in multiple programming languages. (continue reading…)



