Tips and scan techniques with nmap and/or masscan

Since there are many ways to use nmap and masscan for host discovery and enumeration, wish do you would recommend?

There are mine:

nmap -sC -sV -oA host ip
nmap -v --open -sC -T4 -oA host ip
nmap -T4 -sC -sV -oO --open -v host ip