Hacker News new | ask | show | jobs
by pjerem 807 days ago
Express is simple but it’s pretty barebones, nothing comparable to Django or Laravel.

But yeah Django is nearly perfect, my dream framework is Django officially typed in a world where the python community get its shit together with type checking.

We are not far but I miss having good IDE auto completion and not having errors in my IDE as a reliable source of confidence.

1 comments

PHP is slowly gaining ground on strict typings and every update brings new features. It’s really fun to see losely typed methods over time being refactored to typed methods, giving you that slight peace of mind in every step. Big kudos to the PHP and Laravel community.