0

I need recommendation for site/community to improve my (clean) code style?

And, in more general, what are your ways to improve code style and programming way of thinking - more oriented towards bigger picture of application/systems (patterns, architecture, etc.)?

Comments
  • 1
    Try codingbat.com. That's how I learned how to compose really nice Java. Otherwise, just read other people's code based on the technology you want to learn
  • 1
    I tend to lookup the source code of the frameworks I use and learn from what they do... The most note worthy that helped me:
    - asp.net source for c#
    - angularjs source for JavaScript
  • 1
    Really depends on the language. The C++ core guidelines are pretty good for, well, C++. But a lot of it is applicable to other languages as well.
Add Comment