Kaivalya Apte - The Geek Narrator (@thegeeknarrator) 's Twitter Profile
Kaivalya Apte - The Geek Narrator

@thegeeknarrator

The GeekNarrator Podcast - Software Engineering, Distributed systems and Databases.

ID: 1519782910131384320

linkhttps://youtube.com/c/TheGeekNarrator calendar_today28-04-2022 20:58:16

2,2K Tweet

6,6K Takipçi

353 Takip Edilen

Kaivalya Apte - The Geek Narrator (@thegeeknarrator) 's Twitter Profile Photo

Simple and highly relevant #cleancode principles: - Write code that's easy to delete. Instead of aiming to write permanent code, write code that is easy to "throw away". This mindset forces you to build small, decoupled modules with minimal dependencies. - Don't Repeat