HackerTrans
トップ新着トレンドコメント過去質問紹介求人

marcofiset

no profile record

コメント

marcofiset
·6 か月前·議論
Yeah, I don't even remember the last time I resized a window by hand.
marcofiset
·7 か月前·議論
Jensen cashed out on a billion dollars. Why would he even care anymore at this point?
marcofiset
·12 年前·議論
Well, if this particular compiler is defined in 4 functions, why couldn't it be made out of more functions, enhancing the readability and maintainability of the code?
marcofiset
·12 年前·議論
Those are not rules, they are mostly common sense to help the next programmer who has to maintain your code.
marcofiset
·12 年前·議論
I honestly think this is ridiculous. Sure, this is an incredible feat, and congrats. But serioulsy, I would be ashamed to publish such unreadable code under my name.

What about naming your variables with descriptive names?

What about extracting complex conditions into well named function to understand what is going on (thus defeating the purpose of the "4 functions") ?

This list could go on forever...

Writing software is not a contest for who can write the most amount of code in the most cryptic way.