Skip to content

Comment on Ask HN: How do solo devs get feedback on their code?

Comments

I have been in this position a few times and I recommend using static analysis and linters e.g FindBugs for Java, CppCheck for C++.

Personally I only use a debugger when there are bugs, but I know some people who debug the code when they are developing to check that it is doing what they want.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.