I'm working as a Java programmer and am used, that programs have massive unit tests and high automated integration test coverage, so that there could always be a regression done after changing code, to see if everything still works.
In my BGA project, it feels like hacking, which is fun, but does not give me much confidence regarding faultlessness.
Yet, some logic is quite complex, many nested if-else blocks or loops over big data structures which cry for heavy unit testing.
Since I am not professionally experienced with PHP and JS, what chances do I have to do at least something in that direction with a BGA game?
In my BGA project, it feels like hacking, which is fun, but does not give me much confidence regarding faultlessness.
Yet, some logic is quite complex, many nested if-else blocks or loops over big data structures which cry for heavy unit testing.
Since I am not professionally experienced with PHP and JS, what chances do I have to do at least something in that direction with a BGA game?