Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Have them test the app and sign off on it. Then if a bug 🐜 is found it is on them.
-
Writing bug free applications is pretty easy.
as long as you only want to output "Hello World". -
@DLMousey automated tests does not guarantee that the code is bug free (even with 100% code coverage), automated testing primarily helps you detect regressions early
-
-
3kk0458yWrite unit tests and hire a software analyst to do smoke and regression tests. Even then the odd bug here and there will get through.
-
Import the magic package or install the magic library it will work magically or you go the Volkswagen way and make it pass all tests by cheating on them :D
-
matanl26478yIn order to do that you need to bring them a very simple made calculator and prove that assuming you haven't made any mistakes attaching the calculator's chips together you can prove your program works using software verification techniques.
Microsoft tried to create a miniature experimental OS like that about 10 years ago and gave up.
My client wan't a app that is bug free. Can anyone tell how the fuck is that possible?
undefined