It’s probably more prone to mistakes like that, true. But in practice I really never witnessed this actually being a problem. Especially with tests and review.
Yeah, that’s definitely a good point. But it’s a minor thing. Adjusting indentation takes 2 keystrokes in vim, I barely notice it.
So I’m going to say what I always say when people complain about semantic whitespace: Your code should be properly indented anyway. If it’s not, it’s a bad code.
I’m not saying semantic whitespace is superior to brackets or parentheses. It’s clearly not. But it’s not terrible either.
As someone who codes in Python pretty much everyday for years, I NEVER see indentation errors. I didn’t see them back when I started either. Code without indentation is impossible to read for me anyway so it makes zero difference whether the whitespace has semantic meaning or not. It will be there either way.
Looks amazing, good job!
Man, I’m just chilling and relaxing after a week of SE work and this resonates with me very deeply
I would actually say it’s VERY complicated but in daily work you probably need like 5 commands and those aren’t hard at all.
I would prefer a laptop but every response is helpful. Thank you!
You’re right. Just building and publishing is definitely possible without owning a Mac. The thing is, I don’t have an iPhone too and I need to see my app in action. Thank you for the answer tho!
A laptop would be probably easier to manage for me and I see that both have a similar price so I would probably go with MBA. Thanks for the answer!
Thanks for the recommendation!
Don’t worry, it won’t be a problem anymore once I’ll fire up Android Studio and Android emulator.
I didn’t expect a code review but it’s definitely a valid criticism 😁
Thanks, it’s btop.
Thank you!
There’s certainly a long way ahead of you, but it’s very interesting and rewarding! I’m dabbling in rust for some time now and I still learn new stuff constantly. I enjoy it more than any other language or technology recently though.
Very clear explanation. Never heard about Kalman filters and I love adding such things to my “mental toolbox”. Thanks for sharing!
The fact that I hate how this looks is a sign that you did a fantastic job immitating the original.
The machine didn’t learn anything, just executed your orders.
Imagine that you sit with your grandma in front of a PC (and let’s assume she’s not a SE). You fire up a terminal, give her the keyboard and dictate every keystroke necessary to write and execute a program (or do any other task for that matter). Does that mean that your grandma just learned programming? I think not. Learning implies being able to find and apply some rules which where not explicitly given.
I hate shorts and I hate seeing them in my subscription feed.
I never heard of linktree so I had to check it out. It looks kinda like a… “business card webpage” creator. How is that revolutionary? Am I missing something? Or was that cocaine that strong?
Of course, but when indentation has a syntactic meaning the formatter often won’t be able to fix it.