|
|
|
|
|
by paulddraper
3556 days ago
|
|
This. Out-of-court settlement is awesome. The real problem is that laws are complicated and variably enforced, making it extremely unclear who is right. Thus high legal fees. The legal system is worse than the shittiest legacy code base you have ever seen, composed almost entirely of buggy exceptions, written with no thought toward future maintainers, beyond the comprehension of any mortal man, and gluing centuries old defunctness to poorly conceived addendum patching over the peeling layers. No one has interested in remove features, just adding more to the mountain of rubble. |
|
You haven't seen the legacy code I have. One of the apps I worked on was modelling financial legal agreements. That was some truly shitty code. One function was over 50 printed pages with indentation levels I can't even begin to describe. It was also C++ written like Java. Tons of new's - no deletes or use of smart pointers. Leaked memory like you would not believe. Thankfully it was a batch-process. Even then, the server it ran on was allocated more that 128 GB of RAM because the hardware was cheaper than fixing the software.