DEV Community

Discussion on: From Monolith to Microservices in One Year

Collapse
 
fmertins profile image
Fernando Mertins

Hi there, great post, thanks!
Any suggestion for other developers (like me) when moving from CodeIgniter to Symfony? These days I'm using CI 3, Composer and some namespaces with my own classes.
All the best!
Fernando from Brazil

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.