this post was submitted on 07 Oct 2023
1 points (100.0% liked)

Programming

11 readers
1 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 2 years ago
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year 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.