|
|
|
|
|
by pjc50
2669 days ago
|
|
I don't know where this got a downvote from because it's correct - it's quite hard to build sensible automatic integration tests for embedded code unless you have the luxury of a full system emulation. The only thing that resource constraint forces is less code, especially less dependencies, because you run out of space. The Toyota "unintended acceleration" court case was a flagship example of bad embedded code, that we rarely get to see. |
|
Of course, the antipattern on enterprise code comparable to thousands of global variables in C code, is to have thousands of columns in hundreds, or thousands even, of database tables, all intertwined and used only God knows where.