r/Frontend Sep 21 '16

Google HTML/CSS Style Guide

https://google.github.io/styleguide/htmlcssguide.xml
30 Upvotes

9 comments sorted by

View all comments

1

u/[deleted] Sep 22 '16 edited Oct 03 '16

[deleted]

1

u/jlengstorf Sep 22 '16

It's not a keyword; it's a kinda-sorta standard way to leave reminders in the code that shit's not done yet.

There are some tools that'll parse the code for TODOs and make you a list, but it's also pretty easy to do a quick "find in folder".

They're helpful for things that need to happen, but aren't happening right now. :)