When I started with Rails, I came across with something called Rails notes. It amazed me how much rails work for developers.
You just add these tags #TODO
, #FIXME
, #OPTIMIZE
as comments in your files.
And when you run rails notes
you will get something like this.
The default tags it searches for are ["OPTIMIZE", "FIXME", "TODO"]
If you want to add your custom tags, you can add them.
And while searching you have to use those tags.
Thank you for reading it out โค๏ธ. If you find it helpful, don't forget to drop in your likes and comments.
Top comments (2)
How did I not know this one? What a great tip, thanks for sharing!
๐ ๐ฏ