alexdeathway@programming.dev to Experienced Devs@programming.dev · edit-25 months agoWhat's your approach for understanding a big codebase?message-squaremessage-square16fedilinkarrow-up124arrow-down13file-text
arrow-up121arrow-down1message-squareWhat's your approach for understanding a big codebase?alexdeathway@programming.dev to Experienced Devs@programming.dev · edit-25 months agomessage-square16fedilinkfile-text
minus-squareluciole (he/him)@beehaw.orglinkfedilinkarrow-up4·5 months agoAnother 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.