Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

Day 1: Read Other People’s Code

Bycoliveira May 26, 2009June 26, 2022

This is day one of our series on how to become a better developer in 30 days. During this series, I will discuss during one month 30 ways for anyone to become a better developer. Today, I would like to talk about something that few people do voluntarily: reading other peoples code. Writing good code…

Read More Day 1: Read Other People’s CodeContinue

software

Visual Studio 10 Beta is Available

Bycoliveira May 22, 2009October 23, 2009

Every few years, Microsoft releases an upgrade to its venerable set of development tools: Visual Studio. Despite being heavily biased towards the technologies that Microsoft is currently pushed, and the advance of other IDEs such as Eclipse, there are many reasons why Visual Studio is still so widely adopted in the industry: It is the…

Read More Visual Studio 10 Beta is AvailableContinue

software

When in Doubt, Create an Interface

Bycoliveira May 19, 2009June 26, 2022

One of the features of some modern object oriented languages derived from C++ is the use of interfaces. An interface is a class that has no concrete implementation and provides only an interface to access its resources. Each interface needs to be implemented by some concrete class, but the advantage is that they make it…

Read More When in Doubt, Create an InterfaceContinue

Page navigation

Previous PagePrevious 1 … 41 42 43 44 45 … 52 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You