Ask HN: How does your development loop look like?

https://news.ycombinator.com/item?id=35539409
by break_the_bank • 3 years ago
2 5 3 years ago

1. Do you run the binary/service locally at all?

2. If you do; how do you run it and where do you run it from?

3. How do you pass configuration to the binary/service?

4. How do you setup services that your binary/service depends on?

5. How do you run debugging loops? Print statements? Debuggers?

I have a pretty simple setup where I use an IDE to run tests but to run the binary I use my terminal. For debugging I usually use the debugger built into the IDE. Back when I wrote CPP I used gdb but I do prefer the visual debuggers that Jetbrains ships their IDEs with.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com