* Posts by anonymous@coward

2 publicly visible posts • joined 5 Dec 2015

PHP 7.0 arrives, so go forth and upgrade if you dare

anonymous@coward

Hate or Love PHP? Really

Honestly, I have being programming (Java, PHP, Javascript, some c#) professionally for almost a decade now and I find it incredibly odd that developers use words such as "hate" or "love" for a technology.

From the way I see it, this are just tools and should be seen as such.

I have really enjoyed easier success working on/starting web projects with PHP than Java (even JSP), C# personally. However, this does not mean I think it is a must use technology for all project -- Other language inclusive. For most web based project, PHP easily rocks (as long as you don't try to bend PHP into Java, python, ruby or some other language). Should you decide to choose what language you want for your next project. please please and please kill words like love, hate from your decision making and choose the right technology for the right job.

On the one hand, academia has lots of influence in deciding what we can use. On the other hand, it just has too many narratives that are not applicable in the real world of problem solving. So technically, it should not be the deciding factor. Once again, choose the right tech for the job at hand and HEY "KILL THE EMOTIONS" and be a real MAN

anonymous@coward

Re: Not backwards compatible...

Hi drXym,

Oh yes from experience. PHP is just so damn productive (Performance, and Speed of development).

The Ultimate secret of writing awesome code with any language is, keeping it simple.

If you use like OOP paradigm, you can let spl_autoload solve your include file issues.

Again, from your comment, it seems you are not doing so much logic with the PHP code. I rather prefer you use no framework. Should you insist, just use a simple micro framework like slim, silex etc.

My reasons are, it is easy to make a project bloated with framework files and composer dependencies. Infact, your code can grow exponentially from 100kb to 30mb with frameworks, composer etc.

In all, PHP just works. If you have more concerns, please share it.