Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c3af0b

Browse files
authored
Create devlog.md
1 parent 18c851d commit 6c3af0b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

devlog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Satviky's Index Rule
2+
[These are the rules i learnt in my journey.]
3+
## 1. In dev and life, a smart index beats an unstructured dump.
4+
Wrote this while studying indexing in DBMS.
5+
> An organized mind — like an optimized query — moves faster. Whether in projects, thoughts, or codebases, structure always beats chaos. Unless...
6+
7+
8+
## 2. "never underestimate chaos energy"
9+
Wrote this when i had no hope of my code working because of chaotic way programming was done, but it was better than expectation.
10+
> Sometimes messy code, unclear logic, and rapid experimentation create results that structured planning could never predict. Trust your instincts — even if they look wild.
11+
12+
13+
## 3. "Done is beautiful. Shipped is stronger than perfect."
14+
It have a big significance. I had half build app, it is okay. Now, I talked to few people about the app, and they loved it instead of laughing at me for not talking after completion of building but in middle.
15+
> Here, `Done is beautiful` means that, whatever you have done till now in your app, it's beautiful. Even if you wanted something else, but at least you came this far.
16+
17+
> Now, `shipped is stronger than perfect` means that, An App in prodcution[with all the bugs and glitches included] is more powerful and strong than a idea which have neve been launched in the market.
18+
---
19+
- these aren't just dev rules, but also survival tools
20+
~ Satviky

0 commit comments

Comments
 (0)