clean-course icon indicating copy to clipboard operation
clean-course copied to clipboard

Una validación mas

Open panswer opened this issue 2 years ago • 1 comments

https://github.com/Klerith/clean-course/blob/eb94920d28b279595786334bab3fae3cac8c8106/src/clean-code/05-dry.ts#L18

Estuve realizando pruebas y falto validar NaN si llegase a estar como price

mi solucion es:

if (this[key] <= 0 || !this[key]) throw Error(`${key} is zero`);

panswer avatar Nov 29 '22 20:11 panswer

Excelente curso de clean code

panswer avatar Nov 29 '22 20:11 panswer