Currently, we validate the user's answers by analyzing their code for errors, checking syntax and running their code. This may have some benefits but it currently takes too much time when users are trying to validate their code
Hence the need to look into other ways we can validate the user's code. E.G Unit Tests
Currently, we validate the user's answers by analyzing their code for errors, checking syntax and running their code. This may have some benefits but it currently takes too much time when users are trying to validate their code
Hence the need to look into other ways we can validate the user's code. E.G Unit Tests