|
|
|
|
|
by hombre_fatal
503 days ago
|
|
Not when it's code that was only hard to write because you needed to know the right incantations to pipe data between different services. Now you see the incantations that mostly work and the job of transforming it is easy. Java's Bouncy Castle crypto library is a good example of this. The thing you're trying to do might be simple, but to do it, you might need to instantiate 8+ Java classes. It doesn't mean it's complex to read or hard to debug. |
|
I’m skeptical that code that needs to instantiate eight separate classes will remain easy to debug in the general case.