Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ecchi-Alex

Ecchi-Alex

Ecchi-Alex has asked 0 questions and find answers to 3 problems.

Stats

109
EtPoint
41
Vote count
0
questions
3
answers

About

if (professional)
{
    switch (expertiseLevel)
    {
        case "advanced":
            return "C# 3/4/4.5, SQL";
        case "intermediate":
            return "VB6.0";
        case "entry":
            return "X-Code 6/7, Swift 2.0, SignalR";
    }
}
else if (personal)
{
    return "Shampoo-fan extraordinary, avid PC-Gamer"
}