[bisq-network/proposals] Testing Bisq (#105)

Bernard Labno notifications at github.com
Mon Aug 12 15:37:03 UTC 2019


Regarding static code analysis I usually used several tools together as each had some checks that others did not. Those were :
- https://checkstyle.sourceforge.io/
- https://pmd.github.io/
- http://findbugs.sourceforge.net/

For the long run I think we should unit test everything at least in the core. With the UI will have to see how time consuming it is to test view classes thoroughly.
In the beginning the main obstacle, for writing good unit tests, will be the tangles between different components and layers of code. But I think we should not get discouraged by that, because well tested code will pay off in the long run.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/105#issuecomment-520476918
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190812/923493b2/attachment-0001.html>


More information about the bisq-github mailing list