Ho un metodo,
function DoThis(bool isHuman)
{
// Do something
if(isHuman)
{
//call his dad
}
else
{
//its a animal - let animal resuce know
}
// add some blah blah code
// some more blah blah code
if(isHuman)
{
//call his mother
}
else
{
heheeee now heeeheee
}
// more code
}
Devo continuare a utilizzare le condizioni ancora e ancora o semplicemente creare diversi metodi.