-
Notifications
You must be signed in to change notification settings - Fork 7
The typescript language
John Heikens edited this page Jul 16, 2024
·
4 revisions
template classes are extremely slow in typescript. i found this out the hard way. after a week of trying to optimize my code, i discovered that when i replaced the template class for an interface, it would run SIGNIFICANTLY faster.
naming conventions: the folders are snake_case the files and classes are PascalCase variables and functions are camelCase
ask any questions on discord! https://discord.gg/D4Eh4yxM8z
GNU copyright, johnheikens