We need like a code-share day. Once a week, devs swap with another client and go through the code to see what can be done better.
Good or dumb idea?
Maybe this is just code review but instead of reviewing new code, look for inefficiency instead.
Please Login to reply.
Yes I’m sure there’s a lot of repeat logic between each that can be compared + optimised
Maybe even turn it into reusable components so future clients can just unwrap it fast and get going with good, peer-reviewed code.