
In order to write good code, you need to have a strong understanding of the basics. This guide provides ten helpful techniques.
In order to write good code, you need to have a strong understanding of the basics. This guide provides ten helpful techniques.
Abstraction is the key to tenable code bases. Where OOP eyes abstraction with suspicion, functional programming pushes it as far as possible.
One of Rails' best conventions for DRYing up your code is ActiveSupport::Concern. Kingsley Silas shows you how to use it.
Tim Severien shares a variety of tips and tricks to help you write readable and more maintainable code — something your future self will thank you for.
Many websites have styles set up as color modules. This articles considers how Sass can be used to make color schemes DRY and modular.