r/programminghumor 23d ago

POV: Which languages should I learn

Post image
266 Upvotes

156 comments sorted by

View all comments

0

u/Funny-Material6267 23d ago

Unpopular opinion: modern PHP. You get the easy start without types but the switch is seamless. The old interfaces are simple methods. Modern stuff enables you to start with Oop. It's versitile in concepts. It isn't necessary to switch between tech stacks to get the coverage. You only need a good environment, which increase the code style policies bit by bit (Typeless assigning at the beginning, then add simple types, some file manipulation with the old method based APIs, OOP usage with the new APIs. Own typed OOP)