DEV Community

Discussion on: Custom Applicaion Framework Necessary for Large Team and Large System?

Collapse
 
imben1109 profile image
Ben

Just for the application in order to make the developer follow same structure, coding standards, flow behaviour, auto some task (code generation)

Collapse
 
bgadrian profile image
Adrian B.G.

That does not sounds like a framework, those jobs can be applied at IDE level, CI/CD pipelines.

Thread Thread
 
imben1109 profile image
Ben • Edited

Maybe something missing. Reusable Component such as record locking mechanism, report printing, form validation, grid table, pop up window, error handling, notification.

All of reusable component that could be used.

Also, base class that developer can be extended. They just need to focus business logic instead of whole work.

Thread Thread
 
bgadrian profile image
Adrian B.G. • Edited

I think I understand now, yes so ..

If the code is split into modules, libraries and such, as reusable components, the "framework" will naturally evolve over time, if the code is shared between teams/products.