by Ruben Hamers | Jul 6, 2022 | A Philosophy of Software Design, Reviews, Unity3D
#begin In todays blog we will take a look at chapter 15 of A Philosophy of Software Design. This chapter is going to be about a practice where you write your comments/summaries before you write any code. Sounds weird right? Write the comments first When I read...
by Ruben Hamers | Jun 26, 2022 | A Philosophy of Software Design, Reviews, Unity3D
#begin Today we will take a look at a chapter where I think Prof. Ousterhout and Uncle Bob are somewhat on the same line again. Both of them want you to choose good names for concepts in your code. Uncle Bob has lot’s of practical advise and Prof. Ousterhout...
by Ruben Hamers | Jun 13, 2022 | A Philosophy of Software Design, Reviews, Unity3D
#begin Hey, welcome back! Today we will dive into a really interesting topic of the book A Philosphy of Software Design. It’s about comments and why we should write them. This highly contractics the practices presented in Uncle Bob’s Clean Code which is...
by Ruben Hamers | Jun 6, 2022 | A Philosophy of Software Design, Reviews, Unity3D
#begin On today’s menu we got chapter 11 from a book called A Philosophy of Software Design. We’ll be looking into a chapter that covers a really simple yet very effective practice which is design your solution twice (or more). Let’s check out...
by Ruben Hamers | May 18, 2022 | A Philosophy of Software Design, Reviews, Unity3D
#begin In todays blog we will be diving into chapter 9 of A Philosophy of Software Design. In this blog we will discuss one of the most fundamental questions of software: Better together or better apart? Better Together Or Better Apart? What ever that means....
Recent Comments