• Subscribe
  • What tools do you use to ensure the best code quality practices in your project?

    Vitalii Rybka 👋
    2 replies

    Replies

    Joonatan
    In backend I tend to use jest for unit testing, for me it provides the best insights into how I've designed the architecture. If its somewhat easy to write the tests the logic is most likely well designed
    Vitalii Rybka 👋
    @joonatanvanhala, sounds interesting. What about static analyzers, prettifiers, linters? Mb something else.