If it compiles it works, right?

I’m not gonna act like I read it all.

  • Ignotum
    link
    2413 hours ago
    1. Write a ton of code
    2. Remove all newlines
    3. Submit 1-line PR
    4. Profit
  • @[email protected]
    link
    fedilink
    2915 hours ago

    Not git, Perforce, but I used to have a guy on my team that would do weeks of work without checking in. 1000s of lines in 10s of files.

    I gave him shit for every code review, every time we had 1-on-1s, and while he was doing his tasks. Nothing got through to him.

    So I just kept dragging him back on check-ins. I’d nitpick the shit out of every line (and normally I hated that.) His stuff would inevitably break the build or be full of bugs anyway (duh) so I never felt bad that I was holding back his career since he was never getting things done “on time.”

    If you can’t/won’t break your work down into smaller chunks you aren’t a skilled programmer and/or don’t have respect for the people you work with who have to review your shit.

  • @[email protected]
    link
    fedilink
    1215 hours ago

    The correct response to any PR that is too large to digest is to reject it and ask the author to split it up.

    • @[email protected]OP
      link
      fedilink
      1014 hours ago

      No it is not. It depends on the codebase - if it is something relatively new, a proof of concept or something that is bound to change soon, there is no point in slowing the development down just because it is “too large to digest”.

      • @[email protected]
        link
        fedilink
        13 hours ago

        If you’re just rubber-stamping in code reviews, why even have them in the first place in that case? They aren’t exactly providing you with any mileage at that point.

      • Endmaker
        link
        fedilink
        English
        713 hours ago

        Then saying that you have looked through and reviewed the code would be lying. And that is unprofessional.

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      14 hours ago

      Sure but who’s got time for all that aggravation? Especially if it’s not part of the codebase I have to work with personally. LGTM and let it be someone else’s problem.

  • @[email protected]
    link
    fedilink
    213 hours ago

    Or maybe use a better workflow where you’re not first finding issues after the work is already done?