Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Are there practical reasons for designing/implementing a method(s)-only class/object? Follow-up background notes: This question is for languages that are not exclusively Object-Oriented, for exam...
#5: Post edited
- Are there practical reasons for designing/implementing a method(s)-only class/object?
- Follow-up background notes:
This question is for languages that are not exclusively Object-Oriented. So languages that can have classes/instances and top-level independent functions.- The event that started me thinking about this is that was reading some code that is a mixture of classes/object and independent functions. I wonder what things to evaluate when thinking about whether/is some of the independent functions should be grouped to classes/object.
- Are there practical reasons for designing/implementing a method(s)-only class/object?
- Follow-up background notes:
- This question is for languages that are not exclusively Object-Oriented, for example, Python and Perl. So languages that can have classes/instances and top-level independent functions.
- The event that started me thinking about this is that was reading some code that is a mixture of classes/object and independent functions. I wonder what things to evaluate when thinking about whether/is some of the independent functions should be grouped to classes/object.
#4: Post edited
- Are there practical reasons for designing/implementing a method(s)-only class/object?
- Follow-up background notes:
---------------------------- This question is for languages that are not exclusively Object-Oriented. So languages that can have classes/instances and top-level independent functions.
- The event that started me thinking about this is that was reading some code that is a mixture of classes/object and independent functions. I wonder what things to evaluate when thinking about whether/is some of the independent functions should be grouped to classes/object.
- Are there practical reasons for designing/implementing a method(s)-only class/object?
- Follow-up background notes:
- This question is for languages that are not exclusively Object-Oriented. So languages that can have classes/instances and top-level independent functions.
- The event that started me thinking about this is that was reading some code that is a mixture of classes/object and independent functions. I wonder what things to evaluate when thinking about whether/is some of the independent functions should be grouped to classes/object.
#3: Post edited
- Are there practical reasons for designing/implementing a method(s)-only class/object?
- Are there practical reasons for designing/implementing a method(s)-only class/object?
- Follow-up background notes:
- ---------------------------
- This question is for languages that are not exclusively Object-Oriented. So languages that can have classes/instances and top-level independent functions.
- The event that started me thinking about this is that was reading some code that is a mixture of classes/object and independent functions. I wonder what things to evaluate when thinking about whether/is some of the independent functions should be grouped to classes/object.