4
xyl0o
7y

If you write comments for your functions (you should) do not use param names as param description! This is fucking useless.

Comments
  • 2
    Hell don't even write comments for your functions, better use docStrings or I'm gunna come after you.
  • 2
    @ctmalloy at least they get that part right. But if it consists of the function name in different words and repetition of params you could write """ This is a function """ as well.
  • 2
    @xyl0o *function() { print 'hello world' }* comment... *prints hello world* .... You don't say?
  • 0
    First write meaningful name for everything (difficult than its functionality ) then we have to write comments also. Fuck you
  • 0
    @bloodycoder the world is a difficult place
  • 1
    // prints "hello world"
    function printHelloWorld() { ...

    *rant*rant*rant*rage*

    // prints "hello world"
    function dkenJeke3kdekdkldld() {

    Problem solved 🤓
Add Comment