Posts by Fernando Macedo • 1 point
1 post
-
0
votes1
answer165
viewsA: Should I create a class for each "input", or are only methods of a "form" class enough?
Try to work with the use of Namespaces and Single Liability Principle (where a class should have only ONE responsibility). 'Cause then you’ll get a bigger reuse of code and maintenance gets less…