▲ 8 ▼ Line of sight in code tutorial medium.com posted by kenny 2906 days ago ▲ gopher 2905 days ago ▼ Great advice here on making code readable - it's definitely easier to decode what someone is thinking if the happy path is always on the left, and errors are dealt with and returned. Most go code I've seen adopts this style. Contributing Register to comment or vote on this story
Great advice here on making code readable - it's definitely easier to decode what someone is thinking if the happy path is always on the left, and errors are dealt with and returned. Most go code I've seen adopts this style.