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

ickyforce

no profile record

コメント

ickyforce
·23 日前·議論
Mostly 30 years of people writing code.
ickyforce
·28 日前·議論
seriously, what was the point of this comment?
ickyforce
·2 か月前·議論
What's wrong with Apple push notifications in China?
ickyforce
·3 か月前·議論
> and any decent formatter will split up long lines

Any decent editor can wrap long lines on demand. But it's even better not to have to do either of those if not necessary.

> I've felt strongly for a while now that abbreviations should be "lossless" in order to be useful

This is how we got lpszClassName. The world moved away from hungarian notation and even away from defining types for variables in some contexts (auto in cpp, := in Go, var in Java). Often it just adds noise and makes it harder to understand the code at a glance, not easier.