Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
Posts
0
Comments
17
Joined
1 mo. ago

  • I think there's one question you should answer in order to fully describe your "testing framework": is it being used for "end to end tests" or "integration tests" or "unit tests"? https://k-hartanto.medium.com/testing-pyramid-and-testing-ice-cream-cone-what-is-the-difference-6ddde3876c20

    For unit tests, something like https://en.wikipedia.org/wiki/JUnit is useful. For testing a program after it's deployed, something like https://jbehave.org/reference/stable/story-syntax.html is useful. You get different information about your program from each type of testing, and one type can detect issues even if the other didn't, so doing both is useful.

  • I think it's worth pointing out that I don't consider myself to be very dexterous, so I'd be able to produce a useful image by trying to use AI a lot more reliably and faster than by trying to use a pencil. However, I haven't tried to use AI to do that, and I generally don't find AI tools very useful.

    It might also be relevant that I also don't consider myself to be very creative.

  • What problems do you typically address using "the github app", and how effectively do you think those problems get addressed? This is the first I'm hearing about a github app, so I'm interested in knowing more about it, especially since you have more direct experience with it than I do!