alexdeathway ( @alexdeathway@programming.dev ) to Experienced Devs@programming.dev · edit-22 年前What's your approach for understanding a big codebase?message-squaremessage-square13linkfedilinkarrow-up117file-text
arrow-up117message-squareWhat's your approach for understanding a big codebase? alexdeathway ( @alexdeathway@programming.dev ) to Experienced Devs@programming.dev · edit-22 年前message-square13linkfedilinkfile-text
minus-square luciole (he/him) ( @luciole@beehaw.org ) linkfedilinkarrow-up5·2 年前Another big advantage of getting a dev environment setup is if you can get step by step debugging in place as well. You can then use that to follow the trail of a user action from the UI triggers all the way down.
Another big advantage of getting a dev environment setup is if you can get step by step debugging in place as well. You can then use that to follow the trail of a user action from the UI triggers all the way down.