Member-only story
Can you please comment code?
30 Funny Coding Comments To Make You Die Laughing
Compilations of funny comments which programmers actually wrote.
Comments. When this word comes up among programmers, either it is written to increase the “Sonar” reports or “To fulfill review comments.” Do you write comments?
Sometimes we tend to write creative comments — and sometimes we get carried away by our imaginations. Anyone can laugh by reading these comments.
(Please do share funny comments you came across to expand this list)
Let’s start then,
# To understand recursion, see the bottom of this file
.
. (at the end of the code...)
.
# To understand recursion, see the top of this file// I dedicate all this code, all my work, to my wife, Darlene, who will
// have to support me and our three children and the dog once it gets
// released into the public.// sometimes I believe compiler ignores all my comments/*
* 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
*…