So from an ops point of view, I like your first approach; viz. pass the
environment parameter explicitly.
I prefer being explicit about every single invocation of any ops task.
The namespace solution, while being "legal", causes the configuration to
become implicit, one has to look at the REPL
I mean, it works, it’s clever, … is it more or less “safe” is my question.
On May 18, 2023, at 12:02 PM, Felix Dorner wrote:
Clojure noob here, I might be totally off the track or committing crimes, so
please advise.
For ops, I have to often call rest services in different environments, sa
Clojure noob here, I might be totally off the track or committing crimes,
so please advise.
For ops, I have to often call rest services in different environments, say
prod and nonprod. My coworkers use postman and clicky clicky stuff, well,
not my style, I want to use emacs and cider. I've thus