HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ickyforce

no profile record

comments

ickyforce
·23 gün önce·discuss
Mostly 30 years of people writing code.
ickyforce
·28 gün önce·discuss
seriously, what was the point of this comment?
ickyforce
·2 ay önce·discuss
What's wrong with Apple push notifications in China?
ickyforce
·3 ay önce·discuss
> 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.