grammarware / software-evolution

Software Evolution
MIT License
1 stars 0 forks source link

Code reviews #19

Open andreioff opened 5 months ago

andreioff commented 5 months ago

In one of the lectorials, you mentioned that we can request code reviews from you (or other professors). Before requesting this, is there anything we should prepare in particular for the session, apart from a list of currently supported features and how to run the code?

grammarware commented 5 months ago

It would be good if the code actually runs on at least one machine in order to demonstrate it ;)

Automated test cases also help to speed up the process and make it more enjoyable: I might still come up with some trickier input on the fly, but it's easier if such a try involves changing a file/source and rerunning the tests and not manually rebuilding the system lib by lib and entering the same information/code on each run.