DEV Community

Discussion on: From Monolith to Microservices in One Year

Collapse
 
kristijankanalas profile image
Kristijan Kanalaš

Thank you for reading the post. 😊

Only one major advice comes to my mind.
At my company we often joke how CI is an mvc framework but altho it looks like you are writing object oriented code you end up writing procedural code. So when you jump over to Symfony be patient and give yourself time to get used to writing real object oriented code. Symfony has a good documentation, reading it helps a lot.