Raj KB Profile picture
🐦 Tweeting PHP / Symfony(🏅) • Magento(🏅) • React 🔜 HTMX/HotWire • DBA • DevOps|AWS 🔎 Go 🛠️ Building #Magento plugins / SaaS for @MagePsycho Open for 🤝
Aug 1, 2022 16 tweets 7 min read
0⃣Clean Code Series: Functions 📒💻

A guide to producing readable, reusable, and refactorable software in #php (#laravel #symfony #magento) #javascript #python, etc.

(References)
- Robert C. Martin's book "Clean Code"
- github .com/jupeter/clean-code-php

Mega Thread (14) 🧵👇 Image 1⃣ Clean Code Series: Functions📒🧑‍💻

☑️ Use default arguments instead of short-circuiting or conditionals Image
Feb 1, 2022 5 tweets 3 min read
0⃣Clean Code Series: Comparision 📒💻

A guide to producing readable, reusable, and refactorable software in #php (#laravel #symfony) #javascript #python, etc.

- Software engineering principles, from Robert C. Martin's book "Clean Code"

🔽 github.com/jupeter/clean-…

Thread 🧵👇 Image 1⃣Clean Code Series: Comparision 📒💻

☑️ Use identical comparison Image
Jan 30, 2022 12 tweets 6 min read
0⃣ Clean Code Series: Variables📒🧑‍💻

It's a guide to producing readable, reusable, and refactorable software in #php #ruby #javascript #python #java, etc. - Software engineering principles, from Robert C. Martin's book "Clean Code"

(code: github.com/jupeter/clean-…)

Thread (9)🧵👇 Image 1⃣ Clean Code Series: Variables📒 🧑‍💻

☑️ Use meaningful and pronounceable variable names Image