And you can continue typing it that way for as long as you want if you set up autohotkey to automatically fix your typos.
- 0 Posts
- 4 Comments
Joined 1 year ago
Cake day: August 12th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
UnrepentantAlgebra@lemmy.worldto
Programmer Humor@programming.dev•we did a little bit of branch fuckery
5·4 months agoIt’s basically like you check out the destination branch and cherry pick your changes on top of it.
I don’t know if there is a functional difference between a merge and a rebase assuming your git history is reasonable, but rebasing makes the history so much easier to follow. Every commit only has a single ancestor, commits are generally better structured because devs where I work tend to squash and rebase.
The obvious solution is to use Rust’s upcoming “spaghetti checker” feature. Once the compiler decides that your code is too messy to be maintainable, it refuses to compile.
In a perfect world you could get paid to automate stuff with AHK. I wonder if you could market yourself as an AHK consultant where you basically shadow someone’s job for a week and then start figuring out how to automate the tedious stuff.
Personally I like the functionality of AHK but I can’t stand the syntax compared to Python and C. I start with such great plans of what I want to automate but get sick of fighting with the language after about an hour and settle for something simple.