Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Raj KB
@rajkbnp
🐦 Tweeting PHP / Symfony(🏅) • Magento(🏅) • React 🔜 HTMX/HotWire • DBA • DevOps|AWS 🔎 Go 🛠️ Building #Magento plugins / SaaS for @MagePsycho Open for 🤝
Subscribe
Save as PDF
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) 🧵👇
1⃣ Clean Code Series: Functions📒🧑💻
☑️ Use default arguments instead of short-circuiting or conditionals
Save as PDF
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 🧵👇
1⃣Clean Code Series: Comparision 📒💻
☑️ Use identical comparison
Save as PDF
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)🧵👇
1⃣ Clean Code Series: Variables📒 🧑💻
☑️ Use meaningful and pronounceable variable names