top of page
Search

ССС rule

  • Writer: Siarhei Korsik
    Siarhei Korsik
  • Aug 2, 2022
  • 1 min read

TL;TR Coffee, Code review, Coding


It's really good behaviour (ok, Coffee just for third C, can be anything) that help to move project forward, warm up your brain, make you aware what is changed/added/deleted in code base. NOTE: resolve comments from others on yours PR first. :)

 
 
 

Recent Posts

See All
Refactoring. Part I

Hi everyone! This article will be dedicated to refactoring and clean code practices. Let's start with the task I kindly took from the...

 
 
 
If startup - only your own.

I did. 3 developers 4 applications (2 web + 2 mobile) with complex UI and sofisticared payments handling. In 5 months.. Pros Learning...

 
 
 
Inline or Brenching

This: if (filename) { if (filename.toLowerCase().endsWith('.csv')) { return filename } else { return `${filename}.csv` } } else { return...

 
 
 

Comments


Made to Be remembered

Menu

clean code

© 2023 by Dev in Wien.

bottom of page