- Joined
- Dec 12, 2008
- Messages
- 7,385
Scopes in vJass, In my opinion, should be deprecated.
I think we should start encouraging the use of libraries instead of scopes.
Using scopes is a bad programming practice.
With scopes, you can make implicit requirements.
Anytime you want to make a spell, just use a library.
Libraries make explicit requirements, making debugging much easier.
Please comment on what you think, and if possible, select a poll option.
This is a serious issue because I've been seeing a lot of people uploading
spells encapsulated in scopes having about 1-4 requirements.
I think we should start encouraging the use of libraries instead of scopes.
Using scopes is a bad programming practice.
With scopes, you can make implicit requirements.
Anytime you want to make a spell, just use a library.
Libraries make explicit requirements, making debugging much easier.
Please comment on what you think, and if possible, select a poll option.
This is a serious issue because I've been seeing a lot of people uploading
spells encapsulated in scopes having about 1-4 requirements.