Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 618 Bytes
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 26
---
title: Clean Architecture: Ruby
---

Made Tech Flavour Clean Architecture: Ruby

Ruby Clean Architecture

Testing

  • RSpec (RSpec specific test layout)

Production Code

(lib|src)/<insert customer name here>/**/*.rb

Customer code should be housed within a Client namespace e.g. AcmeIndustries::Financial::UseCase::CreateInvoice

Non-customer specfic code should be housed within a MadeTech namespace e.g. MadeTech::Authentication::UseCase::Login