int fact(int a){
blah blah blah
}That is dumb! It should be like this:int fact(int a)It makes it a hell of a lot easier to read it than the first way. For some reason CS majors tend to me more guilty of this than other majors. You shouldn't do this. I look at the code and I hate it when someone does this.
{
blah blah blah
}

0 comments:
Post a Comment