Aktuelle Änderungen Printable View Änderungen Bearbeiten
ClojureIdomaticSnippets > ClojureInDeutschland > ClojureRepls > ClojureScript > ClojureStreams > ClojureSequences > ClojureUpdateToVersion13 > Closure > Closures > CoVarianten > CodeCoverage > CodeGen > CodeGeneration > CodeInjection > CodeKata > CodeOwnership > CodeReuseClear TrailThe idea that new code is better than old is patently absurd. Old code has been used. It has been tested. Lots of bugs have been found, and they've been fixed.
It's harder to read code than to write it.
Improve existing code by ReFactoring, optimizing, rewriting (not completely) it.When you throw away code and start from scratch, you are throwing away all that knowledge. All those collected bug fixes. Years of programming work.