|
|
|
|
|
by patrickcteng
3011 days ago
|
|
I"ve been coding professionally for the last 12 years -- I'm 34 now -- and my code definitely still looks like example 2. Maybe it's because I code in multiple languages daily, but I tend to not use a lot of the language features for each language. A part of it is definitely thinking about the ones that come after me, and wanting everyone -- from every background -- to be immediately able to reason about the code without having to look up what every syntax feature does. I guess it's a fine line between depth of language features used vs. readability once one is gone from the project. |
|