|
4 |
tags
|
||
|
3 |
edited tags
|
||
|
2 | added 329 characters in body | ||
|
Say I have a class that's meant to perform a single function. After performing the function, it can be destroyed. Is there any reason to prefer one of these approaches?
EDIT: I was being intentionally vague about the details, to try to get guidelines for different situations. But I didn't really have in mind simple library functions like Math.random(). I'm thinking more of classes that perform some specific, complex task, but only require one (public) method to do it. |
||||
|
1 |
|
||
