Skip to content

Commit 6b4ee85

Browse files
committed
Respond to comments
1 parent 34ef1af commit 6b4ee85

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_posts/2024-05-13-gratification.html

+19
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,23 @@ <h2 id="comments-header">
271271
</div>
272272
<div class="comment-date">2024-05-16 13:57 UTC</div>
273273
</div>
274+
275+
<div class="comment" id="2a6dd3839e2e4bf9b06071221b330356">
276+
<div class="comment-author"><a href="/">Mark Seemann</a> <a href="#2a6dd3839e2e4bf9b06071221b330356">#</a></div>
277+
<div class="comment-content">
278+
<p>
279+
Thank you, both, for writing. In the end, it's up to every team to settle on technical solutions that work for them, in that context. Likewise, it's up to each developer to identify methodology and tools that work for her or him, as long as it doesn't impact the rest of the team.
280+
</p>
281+
<p>
282+
The reason I suggest curl over other alternatives is that not only is it free, it also tends to be ubiquitous. Most systems come with curl baked in - perhaps not a consumer installation of Windows, but if you have developer tools installed, it's highly likely that you have curl on your machine. It's <a href="/2024/05/20/fundamentals">a fundamental skill that may serve you well if you know it</a>.
283+
</p>
284+
<p>
285+
In addition to that, since curl is a CLI you can always script it if you need a kind of semi-automation. What prevents you from maintaining a collection of script files? They could even take command-line arguments, if you'd like.
286+
</p>
287+
<p>
288+
That said, personally, if I realize that I need to maintain a collection of requests that I can re-execute whenever I want, I'd prefer writing a 'real' program. On the other hand, I find a tool like curl useful for ad-hoc testing.
289+
</p>
290+
</div>
291+
<div class="comment-date">2024-05-21 5:36 UTC</div>
292+
</div>
274293
</div>

0 commit comments

Comments
 (0)