Blogs
Rails Model on Diet series: Model-Specific Concern
Your team just can't stop adding new code into these giant models.You feel the new code belongs to this model and it's convenient to just add it. Both the model and its unit-test file continue to grow in size over time. Now you feel uneasy but the...
Atom understands your code better than ever before
Text editors like Atom have many features that make code easier to read and write—syntax highlighting and code folding are two of the most important examples. For decades, all major text editors have implemented these kinds of features based on a ...