Breaking News

New top story on Hacker News: Ask HN: What are the best coding practices in research projects?

Ask HN: What are the best coding practices in research projects?
3 by mlajszczak | 1 comments on Hacker News.
Research environment differs significantly from regular software engineering: - researchers conduct experiments that may fail - they often produce PoC instead of final products - it's tempting to produce tonnes of low quality code (since it just an experiment/PoC!) - often researchers are not software engineers so they don't really care about code quality / tests How to find a good trade-off between high coding standards and not getting in the way of research? Is it possible to move smoothly from PoC to production solution without rewriting everything from scratch? How to share code between experiments / PoCs?

No comments