Email or username:

Password:

Forgot your password?
w96k

One reason why C > PHP. It has much better tooling. I tried to use PHP with emacs. There is no good working lsp server, so you are stuck with ctags or even worse completion by html doc file (that's how php emacs mode can work lol). I wish to switch my money grind stack just because of lack of tooling. I find that even Java has better support in gnu emacs, it is especially hard to edit Symfony code in Emacs, because it differs from "vanilla" php project too much.

1 comment
w96k

Python, Java, C(++), Rust, Go. Everything has better tooling than PHP. I dunno why php sucks so much lol.

I like the language a bit, because it is something in between typed Java and dynamically typed Python, so I feel comfortable to write semi-typed code, just enough to make dynamic code to act a bit more "type safe", but not enough to feel overhelmed like in Java (no generics, no variable typing, no array/list typing).

Go Up