Skip to content

Optimization & Engineering

  • Author
  • Blog
  • Books
  • Thank You
Optimization & Engineering

Author: coliveira

software

Day 19: Avoid Singletons

Bycoliveira October 18, 2011October 18, 2011

Design patterns exist to solve common problems found on the development of object oriented software. As such, the singleton pattern exists to satisfy the need for code that is available to the whole application. It also helps when we want to enforce that only one instance of an object exists during the lifetime of the…

Read More Day 19: Avoid SingletonsPosts by coliveira | Optimization & Engineering - Page 13

software

Day 18: Development Speed is Important

Bycoliveira October 1, 2011

When people learn to develop software, they believe that long hours of concentration and isolation are the best, and maybe unique, way to achieve high quality code. Many think that by working slowly and carefully they may be able to catch most bugs and create a solid base for the program they are creating. This…

Read More Day 18: Development Speed is ImportantPosts by coliveira | Optimization & Engineering - Page 13

software

Day 17: Write Clean Code

Bycoliveira September 30, 2011June 26, 2022

There are numerous ways in which you can affect the correctness of the code you write as well as the capabilities of changing that code in the future. Unit testing, design patterns, and code reviews are all methodologies that have a decisive impact in how your software works. However, very few things have such a…

Read More Day 17: Write Clean CodePosts by coliveira | Optimization & Engineering - Page 13

Page navigation

Previous PagePosts by coliveira | Optimization & Engineering - Page 13 1 … 11 12 13 14 15 … 53 Next PagePosts by coliveira | Optimization & Engineering - Page 13

© 2026 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Blog
  • Books
  • Thank You