In order to write good code, you need to have a strong understanding of the basics. This guide provides ten helpful techniques.
Tag: DRY
How to Write Good Code: 10 Beginner-friendly Techniques for Instant Results
Lessons in Abstraction: What FP Can Teach OOP
Abstraction is the key to tenable code bases. Where OOP eyes abstraction with suspicion, functional programming pushes it as far as possible.
DRY Off Your Rails Code with ActiveSupport::Concerns
One of Rails' best conventions for DRYing up your code is ActiveSupport::Concern. Kingsley Silas shows you how to use it.
The Importance of Writing Code That Humans Can Read
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.
Dealing with Color Schemes in Sass
Many websites have styles set up as color modules. This articles considers how Sass can be used to make color schemes DRY and modular.