|
|
|
|
|
by exDM69
5019 days ago
|
|
Another pasta-flavored programming problem is "ravioli code". That kind of code has abstraction layers for everything and stuff is forced into objects and classes when all that's needed is a simple function or heck, even a goto statement. Code like this may seem elegant to the author but trying to read it is as futile an exercise as going through a pile of spaghetti code. Given the popularity of OOP during the past few decades, ravioli may be a bigger problem than spaghetti these days. |
|