You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, file-utils uses basic top-down procedural logic-building. Should we move away from that and obtain a more object-oriented design, where we create objects like File with their set of attributes like length, size along with set of public / private methods to read and alter the content?
The text was updated successfully, but these errors were encountered:
Vyvy-vi
changed the title
file-utils more object-oriented desing?
more object-oriented design?
Oct 18, 2022
Currently, file-utils uses basic top-down procedural logic-building. Should we move away from that and obtain a more object-oriented design, where we create objects like
File
with their set of attributes likelength
,size
along with set of public / private methods to read and alter the content?The text was updated successfully, but these errors were encountered: