1

Why can we deprecate a regular language like Python 2 (26 months can't come by fast enough) but yet it seems web development is impervious to the idea? If you want to make a website, you must use HTML, CSS, AND JS (or a transpiled language).

I get we use it for backwards compatibility but this combo makes web development so messy and weird, it's hard to understand from a newcomers perspective.

Maybe I'm just too stubborn to understand 🤔

Comments
  • 0
    dont use python lol

    it's also pretty slow
  • 1
    Also look into separation of concerns in web development. If all of your markup, styling and functionality were jumbled together in the same file you’d never be able to find anything.

    Although come to think about it...
  • 1
    @calmyourtities really? I used flask framework and that thing was darn fast
Add Comment