actually i wouldnt mind a stricter method header style
like, you can specify what data you want through each parameter

alias methodName(int x, String y) {
//where x = $1, y = $2
}