Skip to content

Optimization & Engineering

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

Author: coliveira

books

Book Review: Effective Java 2nd Edition

Bycoliveira May 2, 2009December 2, 2015

Effective Java is  book in the Effective series, started by Scott Meyers with the excellent book Effective C++. The general format of the series is to present topics of high importance for intermediate to advanced users. The goal is not to teach the mechanics of the language, but the fine topics that make the difference…

Read More Book Review: Effective Java 2nd EditionContinue

software

Reducing the Size of Parameter Lists

Bycoliveira April 11, 2009April 11, 2009

When writing a method, one of the first decisions is the signature of the method, that is, its name and the parameters that need to be supplied to the method. The name of a method is an important decision, but let us skip it for a while. Let us just consider the number of parameters…

Read More Reducing the Size of Parameter ListsContinue

software

Native-looking programs in Smalltalk with WxSqueak

Bycoliveira April 2, 2009April 11, 2009

From time to time I like to check on the evolution of dynamic languages, just to see what I am missing as a Java/C++ programmer. It is always an interesting travel, and each time I feel that the future will be really far away from the C-like languages that we currently use. Last week, I…

Read More Native-looking programs in Smalltalk with WxSqueakContinue

Page navigation

Previous PagePrevious 1 … 45 46 47 48 49 … 53 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Blog
  • Books
  • Thank You
 

Loading Comments...