Sometimes
{
it invites some pretty weird shit
;
}
Until they meet Python, that is.
If you didn't use one one true brace style {
You are over using new lines.
}
Now, some people will claim that having 8-character indentations makesSpoken like someone who never uses strings or even variables of more than one letter.
the code move too far to the right, and makes it hard to read on a
80-character terminal screen. The answer to that is that if you need
more than 3 levels of indentation, you're screwed anyway, and should fix
your program.
;;;;for( i=0; i<4; ++i )
;;;;{
;;;;;;;;printf("Hi\n");
;;;;}
;;;;for( i=0; i<4; ++i )
;;;;{
;;;;;;;;printf("Hi\n");
;;;;}"I mean, if you, as a programmer, don't understand that you suck, I don't really want to work with you. Because it probably means that you have never learned how to cope with the inevitable entropy of your own work. I'm not a great programmer, but I'm a better programmer than plenty of people who are smarter than me because I know that:One of the things that annoys me about the way a lot of programmers like to communicate is that they come up with "general rules" that are meant to always apply to every situation. According to your "rule", you'd refuse to work with John Carmack or Linus Torvalds. They don't think they suck, and they're correct.
Which is not quite the same as saying he sucks.No, it's not. And brennen didn't seem to be talking about code having bugs, obviously all code is going to have some bugs, but rather being hard to understand/whatever. Also, of course code is going to be buggy on the first pass, but when it's a 'finished product' it should be relatively bug free. Obviously, if there are time constraints and you don't get a chance to fix all the bugs, that doesn't mean you suck, it means your boss does (or that the cost of the time it would take to fix the bugs is less then the money you would lose by having them exist)
« Older Education, Income, and Fertility in America, and W... | Kerouac as an 11 year old?... Newer »
This thread has been archived and is closed to new comments
posted by hellojed at 3:29 PM on July 25, 2012 [4 favorites]