Varun Srinivasan pfp
Varun Srinivasan
@v
my unifying theory is that 1. debuggers are overkill for most web services, where the logic layer is simple and the data / infra layer holds the complexity 2. debuggers are very effective for software where the logic layer is real-time and complex (operating systems, games, basically anything with a runloop)
6 replies
4 recasts
46 reactions

Sulaiman Aminu pfp
Sulaiman Aminu
@souley
Hmm debugger helped me when I was investigating the data that get passed to a function as argument I'm one version of the library the data gets type casted to a type the function expects automatically in another it does not. Apart from this scenario I almost always use logs
0 reply
0 recast
0 reaction