Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

PHP


Company: Zend Technologies

Average User Rating (1 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 7.2

    "Most used programming language out there.. we should move on"

    by Twee <3 on Dec 4, 2018 1:14 PM

    Summary:
    PHP is one of the most popular programming language out there. It's been around for 20+ years and is still being utilized to this day. Using it was simple, especially as a web developer. I can embed the code along with my HTML code. After using it for many years, I find the language very ugly and unorganized to look at. It's convenient, but you can get a hot pile of mess if it's not managed to the highest of quality, which takes a lot of effort. You can easily fall into the lazy trap with PHP, so most developers will often cut corners. Having to maintain old PHP code with no framework is extremely annoying. It's no surprised that many developers end up giving it so much hate. PHP has become a running joke across all the software developers community. I don't hate it AS much, but I can empathize with them. However, PHP is a good language to learn since many companies still use it.

    Report post

    Was this review helpful? (1) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!