I was making a standings table program that takes in the results of games between 20 teams and each team plays 36 games. The program takes in the results and sorts them to make a table and then saves this on to a file, This file can be reopened to be modified again and again..etc
I have tried this before and I completed the program, but it didn't work after 4 modifications, plus I lost the entire file so I cant modify it.
Now I want to do this program again but smartly and I want to make sure Im using the optimal method to do so
btw Im not asking for any scripts(feel free to write one if u feel generous)
Im just asking for a simple pseudo code that doesn't require many sub-programs and thus there cant be many errors.