Comment on For those that build web applications, do you use a frameworkComments−adamjleonard15yExisting frameworks remove a lot of the problems that come with attempting to roll your own code all the time. From security to just making things simpler.I would suggest usually using a framework when you can.
Comments
Existing frameworks remove a lot of the problems that come with attempting to roll your own code all the time. From security to just making things simpler.
I would suggest usually using a framework when you can.