if (!string.IsNullOrEmpty(user.Name))      
{
    if (user.Age > 18)
    {
        if (user.IsEmployed)
        {
            MakeIndependent(user);
        }
    }
}

Avoid NESTED IFS

Snappify Logo

Made with

snappify