React TL;DR – a human filter for most useful React content.

  • Mariusz Marcak

    Tips for Writing Self-Documenting Code

    Always give a name for numbers Use clear variable names Refactor with tiny, named functions Add useful test descriptions   Read the full ...

    Quality software is rarely dev...

    Tips for Writing Self-Documenting Code
  • Mariusz Marcak

    Excellent Code = Clean and Beautiful Code

    The names should reveal the intent. Choosing good names takes time but saves more than it takes when the going gets tough. Functions ...

    Excellent Code = Clean and Beautiful Code