<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>code-quality on abschill's blog</title><link>https://blog.abschill.com/categories/code-quality/</link><description>Recent content in code-quality on abschill's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>dev3141592@gmail.com (abschill)</managingEditor><webMaster>dev3141592@gmail.com (abschill)</webMaster><copyright>©2022, something, in theory</copyright><lastBuildDate>Wed, 27 Jul 2022 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://blog.abschill.com/categories/code-quality/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick Tips - Set in Javascript</title><link>https://blog.abschill.com/posts/quick-tips/javascript-set/</link><pubDate>Wed, 27 Jul 2022 00:00:00 +0000</pubDate><author>dev3141592@gmail.com (abschill)</author><atom:modified>Wed, 27 Jul 2022 00:00:00 +0000</atom:modified><guid>https://blog.abschill.com/posts/quick-tips/javascript-set/</guid><description>When writing javascript, most of us default to using objects/arrays when we need to store stuff. It makes the most sense usually, but there are 2 other types that are often slept on.</description><dc:creator>abschill</dc:creator><media:content url="https://blog.abschill.comimages/javascript.png" medium="image"><media:title type="html">featured image</media:title></media:content><category>quick-tips</category><category>code-quality</category><category>quick-tips</category></item><item><title>Quick Tips - Map in Javascript</title><link>https://blog.abschill.com/posts/quick-tips/javascript-map/</link><pubDate>Mon, 25 Jul 2022 00:00:00 +0000</pubDate><author>dev3141592@gmail.com (abschill)</author><atom:modified>Mon, 25 Jul 2022 00:00:00 +0000</atom:modified><guid>https://blog.abschill.com/posts/quick-tips/javascript-map/</guid><description>When writing javascript, most of us default to using objects/arrays when we need to store stuff. It makes the most sense usually, but there are 2 other types that are often slept on.</description><dc:creator>abschill</dc:creator><media:content url="https://blog.abschill.comimages/javascript.png" medium="image"><media:title type="html">featured image</media:title></media:content><category>quick-tips</category><category>code-quality</category><category>quick-tips</category></item><item><title>Quick Tips - Early Returns</title><link>https://blog.abschill.com/posts/quick-tips/early-returns/</link><pubDate>Mon, 20 Jun 2022 00:00:00 +0000</pubDate><author>dev3141592@gmail.com (abschill)</author><atom:modified>Mon, 20 Jun 2022 00:00:00 +0000</atom:modified><guid>https://blog.abschill.com/posts/quick-tips/early-returns/</guid><description>A good tip to keep in mind when programming is minimizing your use of else statements. When possible, exit the function context earlier given a value that establishes the given return, rather than reflecting that with an else statement to check for something else.</description><dc:creator>abschill</dc:creator><media:content url="https://blog.abschill.comimages/programming.jpeg" medium="image"><media:title type="html">featured image</media:title></media:content><category>quick-tips</category><category>code-quality</category><category>quick-tips</category></item></channel></rss>