issues
search
mohisa302
/
Todolist
A website to manipulate your tasks
MIT License
4
stars
1
forks
source link
DRY, KISS, and YAGNI
#6
Open
mohisa302
opened
1 year ago
mohisa302
commented
1 year ago
In your CSS file
at lines 95, 105 ...
, you tried the
width:100%
attribute and some colors more than once. unnecessary repetition decreases code functionality and makes confusion. kindly get rid of them
width:100%
attribute and some colors more than once. unnecessary repetition decreases code functionality and makes confusion. kindly get rid of them