Email or username:

Password:

Forgot your password?
Top-level
SportsPuck Appreciation Stel

@darius It's my favorite. It probably bugged me too much at my last job when the norm was just to write everything On the first line instead of using a header statement.

4 comments
Darius Kazemi

@stelepami honestly I do not think that is being overly picky

SportsPuck Appreciation Stel

@darius I decided it was not worth fighting for. They also preferred merging instead of rebasing; I tried to convert people there but it wasnt intuitive for the folks who preferred to use the Intellij plusin to the command line. Eh. Contract's over.

Darius Kazemi

@stelepami I think I would probably not try to convert people to rebasing while on a contract. Good commit messages are something even a beginner on day 1 of using git can do, and there's not really a failure state that can't be undone with --amend. Meanwhile, merge vs rebase is a pretty technical topic that can have unsafe failure states.

SportsPuck Appreciation Stel

@darius There was potential to convert to full time which didn't pan out, but I was thinking long term.

Go Up