1

There's two types of developer.
Type 1 :
def function() {
// code
}

Type 2 :
def function()
{
//code
}

So, which one are you? I won't judge if you're not type 1.

Comments
Add Comment