professional-programming/antipatterns/scalability-antipatterns.md
2020-07-21 09:02:44 +02:00

612 B

Table of Contents

Not paging a database query

TODO

Returning whole objects where primary key would suffice

TODO