DEV Community

Discussion on: Introducing: Timecard

Collapse
 
codemouse92 profile image
Jason C. McDonald

You're correct that there isn't a huge difference. I think the main difference is that, with global instances of objects, you have to worry about checking if they're None throughout most of the code. Static classes don't have that worry (as long as you architect that code right).