@Ategon I know I'm in the stark minority, but I wish there wasn't such a focus on video tutorials. I grew up going through text-based actionscript 3 tutorials and that's still my preference a decade and a half later.
josh
joined 2 years ago
You can get the benefits of fast page transitions no page reloads with turbo combined with a traditional server rendered stack.
@firelizzard It's unreal to me. I can't fathom arguing against debuggers.
Rubymine's debugger alone makes it worth it for ruby development, let alone all the other features.
Crazy productivity booster.
A lot of the time I don't even know where a post is coming from. They show up on my mastodon feed, I reply. I've clicked source links before and gone to completely new lemmy instances I never knew about.
@nitefox @glad_cat
Pulling and at least trying to start the program when reviewing new hire code is fairly common for me. I don't know what is, maybe a lack of experience, but I find newer programmers just assume their code works without trying it.
You should always try your code. I've probably sent back hundreds of PRs because they just won't even run.
But I always send them back. They do learn, it just takes time.