<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Aaron Ji's blog (Posts about technology)</title><link>https://blog.jiya.net/</link><description></description><atom:link href="https://blog.jiya.net/categories/technology.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:me@jiya.net"&gt;Aaron Ji&lt;/a&gt; </copyright><lastBuildDate>Mon, 18 Dec 2023 05:37:13 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Code tag</title><link>https://blog.jiya.net/posts/2023/12/code-tag.html</link><dc:creator>Aaron Ji</dc:creator><description>&lt;ul class="org-ul"&gt;
&lt;li&gt;TODO&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Use TODO to note missing features or functionality that should be added at a later date.
&lt;/p&gt;

&lt;ul class="org-ul"&gt;
&lt;li&gt;&lt;p&gt;
FIXME
&lt;/p&gt;

&lt;p&gt;
Use FIXME to note broken code that needs to be fixed.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;OPTIMIZE&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Use OPTIMIZE to note slow or inefficient code that may cause performance problems.
&lt;/p&gt;

&lt;ul class="org-ul"&gt;
&lt;li&gt;HACK&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Use HACK to note code smells where questionable coding practices were used and should be refactored away.
&lt;/p&gt;

&lt;ul class="org-ul"&gt;
&lt;li&gt;REVIEW&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Use REVIEW to note anything that should be looked at to confirm it is working as intended.
&lt;/p&gt;

&lt;p&gt;
One advantage of using these tags is that they are easy to search for and give an understanding of where the code can be improved.
&lt;/p&gt;

&lt;p&gt;
reference: &lt;a href="https://gist.github.com/brun0xff/755438491898e8b12999f9492e537e53"&gt;https://gist.github.com/brun0xff/755438491898e8b12999f9492e537e53&lt;/a&gt;
&lt;/p&gt;</description><category>technology</category><guid>https://blog.jiya.net/posts/2023/12/code-tag.html</guid><pubDate>Mon, 18 Dec 2023 05:30:00 GMT</pubDate></item></channel></rss>