Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Tiger

Tiger

Tiger has asked 2 questions and find answers to 2 problems.

Stats

44
EtPoint
8
Vote count
2
questions
2
answers

About

switch(code_quality)
{
    case Design_Patterns:
    case Beautiful_Codes:
    case Separation_of_concerns:
         break;
    case Tight_coupling(Super object):
         throw new MaintainCostException("Please, loose");
    default:
        mmm.... ?
}