i’ve been programming for some time and i’ve always had a solid command of the language i program in. will i have a problem creating complex and scalable applications because i don’t use frameworks?

  • howrar@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    9 months ago

    IMO, it’s probably easier to write a lot of stuff without a framework if you’re working by yourself. But once you have a team, and especially if that team has any kind of turnover, it becomes way harder. Frameworks come with various conventions and a fixed set of abstractions that everyone using said framework will be familiar with, and that makes it much easier to onboard a new dev.