Posts by Sergivaldo Junior • 85 points
2 posts
-
7
votes1
answer65
viewsQ: A client class that registers clients in itself would be a cohesive class?
Studying cohesion. Since a cohesive class is one that has unique responsibility, it would make sense for the class Cliente own these methods? If we think in the real world, a customer cannot…
-
0
votes1
answer18
viewsQ: I cannot change cell format with . setNumberFormat in google app script
I made the following registration page. I need to pick up exactly the amount of zeroes I add to the registration field However, when this data is added to the spreadsheet, only a zero appears. I am…