9

PM : "use router"

*routering the app.. *
*done*

PM : "it's too complicated, simplify it"

*how.. *
😂

Comments
  • 1
    export function setup_router() {
    // the "complex" implementation
    }

    import { setup_router } from './makeItSimple';

    setup_rourter(); // there yah go, simplified
Add Comment