|
|
|
|
|
by jbstack
253 days ago
|
|
The same way you assess results in a programming language you have used before. In a more complicated project that might mean test suites. For a simple project (e.g. a Bash script) you might just run it and see if it does what you expect. |
|