Tuan Anh Ngo
1 followers · 2 following · 292 views
on the atlas — 2
- Google Testing Blog: Code Health1 savers
- Curius / Onboarding2621 savers
highlights — 2
Keep conditional blocks short. It increases readability by keeping things local. Consider refactoring when your loops and branches are more than 2 levels deep. Think about moving nested logic into separate functions. For example, if you need to loop through a list of objects that each contain a list (such as a protocol buffer with repeated fields), you can define a function to process each object instead of using a double nested loop.
Google Testing Blog: Code HealthThe subject that interests him, he’s read newspapers, biographies, trade press.
Curius / Onboarding