Quality software and clean architecture

marsicdev | 2015-02-12

All notes

We know that writing quality software is hard and complex: It is not only about satisfying requirements, also should be robust, maintainable, testable, and flexible enough to adapt to growth and change. This is where “the clean architecture” comes up and could be a good approach for using when developing any software application.

Clean architecture stands for a group of practices that produce systems that are:

  • Independent of Frameworks.
  • Testable.
  • Independent of UI.
  • Independent of Database.
  • Independent of any external agency.


Related notes

We can admit our knowledge gaps

People often assume that I know far more than I actually do

software 
Read

What you write today, will be legacy tomorrow

This is a normal process tied to software development

software  legacy 
Read

Code organization

How you structure your code is a reflection on you and your work.

software 
Read

Code is data, and data is code

The data in your genes is code. The floor plans for your house are code.

software 
Read

Software Rewrite

In some ways, recreating a program is like remaking a movie — people have lots of expectations.

software 
Read