Timeline for answer to Why is using 'final' on a class really so bad? by Yonn Trimoreau
Current License: CC BY-SA 4.0
Post Revisions
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 3, 2023 at 13:55 | comment | added | sfiss |
"if you are developing a library and not a final project, please avoid using final classes." I dont think this is good advice. Even for libraries with certain extension points, it is a good idea to default to final and only open classes/interfaces up explicitly for those extension points.
|
|
| S May 2, 2023 at 20:00 | review | First answers | |||
| May 3, 2023 at 6:37 | |||||
| S May 2, 2023 at 20:00 | history | answered | Yonn Trimoreau | CC BY-SA 4.0 |