Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 832 Bytes

File metadata and controls

23 lines (18 loc) · 832 Bytes
layout post
title Clean Software
subtitle What is clean software and why do you need it?
fb-img img/washing-code.png
date 2016-06-20 21:00:00 -0700

Russell Edens and Kurt Grafius created Voomify to create clean software.

What is clean software?

  • Clean software is comprised of [clean architecture]({% post_url 2016-06-21-clean-architecture %}) and [clean code]({% post_url 2016-06-21-clean-code %}).
  • Clean software meets the requirements in the most simple, yet complete way possible.
  • Clean software is understandable at every level.
  • Clean software does what you expect it to do.
  • Clean software is agile.
  • Clean software is tested.
  • Clean software is a competitive advantage.

Are you ready for clean software?

[Contact us]({{ "/contact-us" }}) we can help.