5 Matching Annotations
- Jan 2023
-
stackoverflow.com stackoverflow.com
-
Regex can do many things, but unbaking a cake isn't one of them.
-
- Nov 2021
-
www.varvet.com www.varvet.com
-
If and when you need some kind of behaviour that waits for things, wait_until is a giant big sledgehammer. There are more fine grained, sophisticated tools built into Capybara, and I want you to learn about them, because those are some of the best features of the library. And when the built in tools aren’t enough, there are more sophisticated tools available than that clunky hammer. So hopefully the removal of wait_until encourages you to write better tests.
-
- Oct 2020
-
ponyfoo.com ponyfoo.comPony Foo1
-
Sometimes we can’t implement a solution that’s fully spec-compliant, and in those cases using a polyfill might be the wrong answer. A polyfill would translate into telling the rest of the codebase that it’s okay to use the feature, that it’ll work just like in modern browsers, but it might not in edge cases.
-
- Apr 2020
-
github.com github.com
-
IDEs and standard *nix tools like sed can help, but you typically have to make a trade-off between introducing errors and introducing tedium.
-
- Jan 2020
-
unix.stackexchange.com unix.stackexchange.com
-
You can but it's difficult. I recommend switching to a different tool.
-