Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

What is the right way to handle exceptions?

Bycoliveira May 22, 2010June 20, 2010

There are several ways to handle exceptions in a program. An exception, that is, a condition from which the program cannot recover locally, can be handled by checking the result of function, or using a try/catch mechanism (which can be simulated in C by a long jump). Between these two extremes of the spectrum, a…

Read More What is the right way to handle exceptions?Continue

software

What Makes a Good Programming Language?

Bycoliveira May 19, 2010June 20, 2010

What makes a good language? It depends on what you like in a programming language, of course. If you enjoy functional programming, you probably won’t be happy with Java. If you dislike managing memory, certainly you should avoid C. But there are some features that are shared by a large family of languages, and they…

Read More What Makes a Good Programming Language?Continue

software

What to watch for in a Framework

Bycoliveira April 5, 2010June 20, 2010

Frameworks are created to make our lives simpler. They try to hide most of the complexity from an environment using layers of library code. In that way, users don’t need to worry about managing the lower level features of the environment. They should, instead, concentrate on the higher level functions (business logic) of their code….

Read More What to watch for in a FrameworkContinue

Page navigation

Previous PagePrevious 1 … 24 25 26 27 28 … 52 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You