by shigemk2

当面は技術的なことしか書かない

2013-05-11から1日間の記事一覧

97 Things Every Programmer Should Know 74 The Road to Performance Is Littered with Dirty Code Bombs

MORE OFTEN THAN NOT, performance tuning a system requires you to alter code. When we need to alter code, every chunk that is overly complex or highly coupled is a dirty code bomb lying in wait to derail the effort. Consider the case where …