zlacker

[parent] [thread] 0 comments
1. tored+(OP)[view] [source] 2022-12-08 18:16:45
What you should always do is to write your own code outside of the framework and pass in values or plain class objects from the framework to your code to avoid that the framework taints the entire project. One of the most common polluter is the ORM becuase it often passed to every layer of the application. And it is never too late to start.
[go to top]