Pergunta de entrevista da empresa CrowdCompass

When is it OK to release code that is not clean?

Resposta da entrevista

Sigiloso

10 de abr. de 2017

When it's a one-off thing that will never need to be expanded, maintained, or ever used again. One-time-use (throw-away) conversion or migration scripts (as long as they are well tested with an easy fall back option) would be fine. Anything else should be thoroughly tested and clean.

1