<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Clean-Code on Hitesh Patel</title><link>https://hiteshpatel.tech/tags/clean-code/</link><description>Recent content in Clean-Code on Hitesh Patel</description><generator>Hugo -- 0.161.1</generator><language>en-us</language><lastBuildDate>Mon, 26 Jan 2026 00:00:00 +0530</lastBuildDate><atom:link href="https://hiteshpatel.tech/tags/clean-code/index.xml" rel="self" type="application/rss+xml"/><item><title>Stop Nesting If Statements. Use Guard Clauses</title><link>https://hiteshpatel.tech/blog/stop-nesting-if-statements/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0530</pubDate><guid>https://hiteshpatel.tech/blog/stop-nesting-if-statements/</guid><description>Nested if statement works, but they are not readable and make debugging a nightmare. There are better ways to handle things — use guard clauses.</description></item></channel></rss>