|
|
|
|
|
by Thriptic
2966 days ago
|
|
Software development infrastructure in a box plus strong training materials / guidance for scientists. Increasing numbers of scientists are writing code without any formal CS training, and the outputs are predictably awful and unreliable. It is very common to find no testing, no acceptance criteria, no version control, no formal planning, no code review, no style guide being employed, sparse commenting, fragmented development environments / dependency hell etc. People frequently know that what they are doing is suboptimal, but it is hard to convince them that they should put in the work to use industry best practices for a variety of reasons. If someone could create a product (probably infrastructure plus a Python IDE) which made doing things the "right way" easy for these users, and which would provide case studies or tutorials to show them WHY doing things correctly is beneficial using analogies to good lab behavior, it would be hugely valuable. |
|