To the author: this is AWESOME. I find myself caught in the y/t/f <enter> loop all the time. I use a site blocker, but if I do want to visit a site, I end up turning off the blocker and forgetting to re-enable it. This…
battery replacements aren't a thing for AirPods. You can send them to Apple to be recycled, though.
I was also wondering this. I use Ideavim for IntelliJ as my primary editor. It is awesome, it will read your vimrc and allows you to set up mappings for any editor action.
I think it does poll, and it's just looking for a diff in the previous message.
It's perfect for a bedside table. Instead of needing to fumble around for a cable when I'm tired, I just place it on the mat. It's handy to have several pads around the house and office so your phone can always been…
OK, I get that you don't like unit tests. You also seem to have a very strict and unhelpful definition of what a unit test is. I don't really care for the academia of it, I just want to know that my code works. So, if…
It still seems like the core of your argument is "Some things are hard to test, so you might as well not test anything at all" - which I really don't buy. > How about you just answer me this question: Did you still see…
The fact that something might go wrong in the integration test doesn't mean unit tests for the core logic aren't helpful. Besides, you're probably going to be using an external library for the SFTP connect, so it's very…
The SFTP file processor is actually a quintessential example of how unit tests can help new developers edit existing code. A unit test for the processor would mock out all of the SFTP fetching, or move that to a…
You are able to go without tests because you're writing entire apps on your own. You know what each file, class, and module is supposed to do, and how to test it for regressions manually. If you're working on a large…
Splitwise will continue to work and run. The API is not being shut down, they are simply not authorizing new API applications. The article is wrong and massively misleading.
The article is massively wrong and misleading. The API is NOT being shut down. Current applications can still work, but new ones are no longer being accepted. See this tweet from Venmo:…
To the author: this is AWESOME. I find myself caught in the y/t/f <enter> loop all the time. I use a site blocker, but if I do want to visit a site, I end up turning off the blocker and forgetting to re-enable it. This…
battery replacements aren't a thing for AirPods. You can send them to Apple to be recycled, though.
I was also wondering this. I use Ideavim for IntelliJ as my primary editor. It is awesome, it will read your vimrc and allows you to set up mappings for any editor action.
I think it does poll, and it's just looking for a diff in the previous message.
It's perfect for a bedside table. Instead of needing to fumble around for a cable when I'm tired, I just place it on the mat. It's handy to have several pads around the house and office so your phone can always been…
OK, I get that you don't like unit tests. You also seem to have a very strict and unhelpful definition of what a unit test is. I don't really care for the academia of it, I just want to know that my code works. So, if…
It still seems like the core of your argument is "Some things are hard to test, so you might as well not test anything at all" - which I really don't buy. > How about you just answer me this question: Did you still see…
The fact that something might go wrong in the integration test doesn't mean unit tests for the core logic aren't helpful. Besides, you're probably going to be using an external library for the SFTP connect, so it's very…
The SFTP file processor is actually a quintessential example of how unit tests can help new developers edit existing code. A unit test for the processor would mock out all of the SFTP fetching, or move that to a…
You are able to go without tests because you're writing entire apps on your own. You know what each file, class, and module is supposed to do, and how to test it for regressions manually. If you're working on a large…
Splitwise will continue to work and run. The API is not being shut down, they are simply not authorizing new API applications. The article is wrong and massively misleading.
The article is massively wrong and misleading. The API is NOT being shut down. Current applications can still work, but new ones are no longer being accepted. See this tweet from Venmo:…