You can be a perfectly good dev and not enjoy working in the cli, especially when there are good enough alternatives
TOML is my bestie
I’m a pretty senior dev and have chat gpt open for quick searches. It’s great for helping me figure out what to Google in the cases where I can’t think of the name of a pattern or type I’m looking for. It also helps quite a bit with learning about obscure functions and keywords in SQL that I can do more research on
Hell, I use Copilot daily. Its auto complete is top-tier
I just got banned from Reddit for “promoting violence” because I said a meme should die. jfc
My first “real” job (I used to work at McD’s and Walmart, barely three months each) was 120k a year as a software engineer. I left that job for 200k within six months and here I happily stay
When working in teams, merging in two pull requests with seemingly unrelated changes is common practice. If I had to rebase and re-run tests every time another PR got merged in while mine was awaiting reviews, I’d spend most of my time running tests
It’s ok, just do what my company does and write no tests at all!
He says as though he’s never had two PR merges conflict logically with each other
To be fair, most people aren’t driving across the US on an even yearly basis, if ever in their lives.
Agui, but it’s not yet ready for legitimate use. Well, sort of. The engine should be mostly there, I’m just working on integrations with renderers and windowing (winit), now. It doesn’t have focusing or accessibility support yet, but that’s my next task
I’m actively working on a UI framework, so hopefully it helps, haha
Pure widgets are just ones that don’t contain state. You pick which one you need based on which one you need, so in your case you need state because you must store what’s within the number input box.
I’m not wholly familiar with iced, but I’d venture to guess the example you looked at didn’t need to store state so it was able to use a non-mutable view, whereas you need to store it so that example doesn’t exactly work for you. However it could just be a bit out of date, and I’m sure they’d appreciate a PR
That’s just called malware