Artist, Musician, Game Designer (with a BSc), Goth, SEGA fan-hyena.
Buy my Indie games: https://silvergunner.itch.io
My Musical Endeavour: @hyenaclub.bsky.social
Check me out on Twitch: https://twitch.tv/silvergunner2
1) Check Data Input before Using It (example: float/int mixups)
2) Don't touch anything you don't need to (so no slurping user files)
3) Do tasks through APIs, not directly (prevents incompatibility and errors)
1) Check Data Input before Using It (example: float/int mixups)
2) Don't touch anything you don't need to (so no slurping user files)
3) Do tasks through APIs, not directly (prevents incompatibility and errors)
Secure/Stable coding isn't hard either. Have your app check data input before it runs and halt if it will cause problems.
Secure/Stable coding isn't hard either. Have your app check data input before it runs and halt if it will cause problems.