DEV Community

Eastkap
Eastkap

Posted on

Habits and the Sharpe Ratio

Overview

Your habits have a Sharpe ratio. This post explores risk-adjusted consistency.

const avg = arr.reduce((a,b) => a+b,0)/arr.length;
console.log(avg);
Enter fullscreen mode Exit fullscreen mode

Consistency beats intensity every time.

Top comments (0)