I really enjoy reading some of the answers posted by Code Review users. Where can I go to get more helpful advice for improving my code from these users?
Let's list a few off-site resources authored by Code Review users which address some of the common problems we see in code. To keep this organized, please post one blog per answer. Answers should include a link to the blog, a link to the user, and may include a table of contents for blog articles.
5 Answers 5
Journal of daily hacks
Authored by @Janos.
Featured articles (somewhat related to code review, the practice; newer to older):
- Lessons learned from The Clean Coder
- Favorite chapters of Code Complete
- Checklists from Code Complete
- Cleaning Java projects with Eclipse and plugins
New posts announced on Twitter.
importBlogKit
Authored by nhgrif
- Writing Readable Code
- There are 10 types of people in this world...
- ALL YOUR SOURCE ARE CONTROL BY US
- Programming, Objectively
- How do you eat an elephant?
- Developing User Interfaces
- Does Not Work
- The Ten Commandments of Programming
- Unit Tests Don't Prevent Bugs
- How to ask a good Stack Overflow question.
New posts announced on Twitter.
-
5\$\begingroup\$ "How do you eat an elephant" is a must-read for many beginners. I love referring to that post. \$\endgroup\$2016年03月27日 07:35:50 +00:00Commented Mar 27, 2016 at 7:35
Random Lyle
Authored by Malachi
Featured Articles
- Logo Coding with KTurtle about one of the first logo questions on Code Review
- Our Mission is Complete
- Code Review Graduation!
- Null-safe Dereference in C# 6.0
"Why"
, it's based on other similar meta questions on Code Review. \$\endgroup\$