this post was submitted on 04 Jul 2023
20 points (100.0% liked)
/kbin meta
4 readers
1 users here now
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think Ernest has mentioned that he used PHP for quick prototyping and eventually plans to rebuild with something else. If you look through his post history you'll find something.
Yeah that never happens lol
Reddit was originally built in Lisp -- Paul Graham, an early backer, is super-rabid about Lisp. They eventually reimplemented it in Python.
I do agree that it's not the norm, though.
Don't know why you're getting downvoted; anyone who's ever done a project of some kind (whether or not it's programming-related) knows that anything doing a rebuild/remake/re-anything has a high chance of not happening. xD
I’m currently involved in a rewrite! One of very few in 20 years of dev work. We prototyped our front end in node/js and we’re rewriting in React. We’re largely keeping the express backend, though.
Uh… wut
Yep. People make bad decisions frequently. The rewrite was a way of keeping the newer devs on the project (like me) from revolting.
But node doesn't run in the browser. So was it all SSR?
Mainly tooling and a few ill conceived React components that never really fit anywhere and are now polluting our new build process until we are able to rewrite them.
As they say, there's nothing more permanent than a temporary fix.