Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 277 Bytes

CleanCode-Args

C++-Version of the Args implementation of the book Clean Code

Currently the book 'Clean Code' by Robert C. Martin is my bible in terms of writing good code. This repo mirrors the development of the args implementation of chapter 14 - but transfered into C++.