DEV Community

Discussion on: I went from PHP to a Senior C#/.NET Dev in 2 years.

Collapse
 
aleksikauppila profile image
Aleksi Kauppila

Thanks for sharing! Trying something similar with PHP -> Java. I've been heavily focusing on improving general OOP skills and techniques. Counting on it to help my own the way.

Collapse
 
dakoon2003 profile image
Derrick Koon

Well good luck, the main thing I found difficult was the need to create more formal code structures such as those in OOP and FP such as design pattern methodologies.. Take a look at the Gang of Four book to have your mind blown then look at the Daily Designs Pattern by Matthew P Jones, it really helped make it stick.

Collapse
 
aleksikauppila profile image
Aleksi Kauppila

Thanks for the advice!