From 4b83437a0b72286dc2688f9893ca7581e761f6e5 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 6 Nov 2017 10:26:48 +0100 Subject: [PATCH] art of clean code by Victor Rentea --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa3cc98..cceae11 100644 --- a/README.md +++ b/README.md @@ -1997,6 +1997,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [jbelmont/pragmatic-programmer-and-clean-code](https://github.com/jbelmont/pragmatic-programmer-and-clean-code) - principles from Pragmatic Programmer and Clean Code books * [stanislaw/awesome-safety-critical](https://github.com/stanislaw/awesome-safety-critical) - resources about programming practices for writing safety-critical software. * [Umer Mansoor](https://codeahoy.com/2016/06/03/write-less-code/) - (2016) Write Less Code +* [Victor Rentea](https://www.youtube.com/watch?v=J4OIo4T7I_E) - (2017) [Video] The Art Of Clean Code ## Database * [jOOQ Blog](https://blog.jooq.org/) - best practices and lessons learned about writing Java and SQL code