Discussion about this post

User's avatar
zakius's avatar

more direct setters and getters can be useful at times too, mostly for higher level manipulation, they aren't inherently evil, but delaying the implementation till you actually need them should be the way I think

for a single player game these may not be needed unless a specific quest/story calls for that, but in VTT it's basically impossible to omit due to the freedom required by GM to manipulate the whole world, manipulating health only with damage and healing may get annoying

Expand full comment
Eric Mariasis's avatar

Even though a lot of these might be fundamental aspects of classes that several software developers already practice, I absolutely appreciate the tip about having the functions in your class appear in the order you are likely to call them. I agree that jumping up and down is irritating.

Expand full comment
1 more comment...

No posts