issues
search
bi0qaw
/
skript-three-features
A list of features/ideas for skript three
0
stars
0
forks
source link
What makes Skript bad
#10
Open
bi0qaw
opened
4 years ago
bi0qaw
commented
4 years ago
List of things I think are not good in skript
reading syntax definition is difficult
it is easy to read a piece of code but reading the documentation is difficult if you are not used to the syntax
not easy to predict
what happens if the same event is registered more than once?
what happens if there is a delay in a function?
default values of objects
slow parser
difficult to organise larger code bases
expressions have to be defined before they can be used...
code can become verbose when using many variables
List of things I think are not good in skript