if (!string.IsNullOrEmpty(user.Name)) { if (user.Age > 18) { if (user.IsEmployed) { MakeIndependent(user); } } }
Avoid NESTED IFS
Made with
snappify