Maurício Aniche
Maurício Aniche
Add some timestamp there so that people know which version they have, and what version is available in the website.
Right now, I'm using a bash script to deploy. It would be nice to have some CI that 1) let us know if we broke something, 2) deploys to GitHub...
It seems that codesheriff reads things from hidden directories, like .idea, and it makes it crash. We should make sure hidden directories are ignored.
Right now, code examples are all in the same package. Maybe creating new packages, one per section, then one per chapter, will help students in quickly finding the examples of...
I'm writing a pretty complex JUnit plugin and writing lots of unit tests for it. Up to now, my plugin was a test listener. I was then able to test...
Currently no `RunConfiguration` is set in the meta test. Each meta test then tries to find one, an exception happens, and we inject a default one. First of all, there's...
We don't use `ExternalProcess` as it was initially meant. We should simplify the code by getting rid of it. This is only used to unzip Selenium assignments, so we may...
We get lots of questions after the exam where students can't see exactly why their solution fails. Andy has a main method that could be used for people to run...
We never calculated coverage because it was always tricky to configure Jacoco on a project that uses Jacoco as a dependency. But maybe we can make it work! We're all...