How programmers comment their code
How programmers comment their code
You're viewing a single thread.
View all comments
136
comments
/* * Gets stupidFuckingInteger * * @returns stupidFuckingInteger */ public double getStupidFuckingInteger() { return stupidFuckingInteger; }
110 1 ReplyThe lack of a return type declaration makes this sooo good.
40 3 ReplyIt has the return type declared to be
double
.26 0 ReplyI cannot read. Even better.
16 0 Reply
This being a double physically hurts
16 0 ReplyMakes sense, people looking for int would find a double
15 0 ReplyHappy cake day!
1 0 Reply
Reminds me of a job I had where c# summaries were mandatory and people used a documentation generator just like that.
/// Ages the Category. public int AgeCategory (...)
2 0 Reply
You've viewed 136 comments.
Scroll to top