Which task do you dislike most?
Ask HN: Which task do you dislike most as front-end engineer?
1–8 of 8 posts
Re: Ask HN: Which task do you dislike most as front-end engineer?
#2Re: Ask HN: Which task do you dislike most as front-end engineer?
#3Figuring out which CSS rules are actually used. I could swear I saw a tool 10 years ago that would go through pages and list unused CSS rules. Maybe it got too complex with pre-processors and CSS having its own macro language.
I use a combination of (from npm): cleancss, PurgeCSS, UnCSS, purifyccs.
Re: Ask HN: Which task do you dislike most as front-end engineer?
#4Re: Ask HN: Which task do you dislike most as front-end engineer?
#5There's this allergic reaction to using your own tools, which I find strange. Yes, I get it, don't reinvent the wheel. However, we're not reinventing the wheel! We're using standards that exist and provide what the libraries do.
Re: Ask HN: Which task do you dislike most as front-end engineer?
#6Re: Ask HN: Which task do you dislike most as front-end engineer?
#7Figuring out which CSS rules are actually used. I could swear I saw a tool 10 years ago that would go through pages and list unused CSS rules. Maybe it got too complex with pre-processors and CSS having its own macro language.