A web-app framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.| Ruby on Rails
Steve On Stuff| www.steveonstuff.com
Code reviews improve the quality of software. But a code review can be done badly. In this post, we'll look at some tools to make your code reviews as effective as possible.| Matt Layman
As software developers, we all know the importance of code reviews. Code reviews help us catch bugs, improve code quality, and ensure that the code is maintainable in the long run. However, code reviews can sometimes turn into nitpicking sessions. Ni...| Joe's Android Blog
One of the best changes I’ve made at work recently is to stop nitpicking in code reviews. Nitpicking isn’t about code that is wrong but suboptimal. It’s pointing out a variable name that could use a more appropriate word, a conditional that could be formatted more cleanly,| Dan Lew Codes