Y
Hacker News
new
|
ask
|
show
|
jobs
by
bartuu
494 days ago
Generating documentation with different agents, each in their own image? Yeah, been there. A shared base image would've definitely simplified things.
1 comments
bartuu
494 days ago
but server-client architecture makes debugging more challenging. How do you handle debugging in distributed environments?
link
onuratakan
494 days ago
we have custom exception classes on the client side and its address all potential errors at this time.
link