Friday, 18 September 2020

Question about TDD

When using TDD, you do it for whole project or just single features ?For example: When making express app, are you first writing tests likeexpect(app).toBeDefined()...And then you do:export const app = express()I wanna try to build a whole project with TDD but I feel like doing it this way is too trivial

Submitted September 18, 2020 at 08:12AM by btckernel94

No comments:

Post a Comment