|
|
|
|
|
by qwertyuiop12
1641 days ago
|
|
If you have a qa team, perfect. But I don’t recommend to follow this way. Many code is slow due to it has a couple of wrong implementations, such as rendering or make something heavy all the time when you have to do it only one time. There is no problem to create a decoupled system using di, the final performance it will be tolerable. Also, you have the possibility to create custom builds with tests and good practices in the main branch. |
|
Sure it's sometimes necessary, but I wish people would stop with the expostfacto justification. It doesn't make your code better if you add it just to test your code.