https://issues.apache.org/jira/browse/CASSANDRA-21 (now resolved) is a case in point -- a bug in this hand-written code. easy to make that kind of mistake; easy to miss in code review.
-Jonathan On Sat, Mar 28, 2009 at 10:46 AM, Jonathan Ellis <[email protected]> wrote: > code you don't write by hand is code you don't have to think about. > adding new factories and serializers is tedious and error-prone. > hand-written also means if you need to change something it's even MORE > tedious and error-prone.
