Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Douglas Anderson

Douglas Anderson

Douglas Anderson has asked 17 questions and find answers to 15 problems.

Stats

340
EtPoint
60
Vote count
17
questions
15
answers

About

Interested in abstracted tools and languages that allow focus to shift from programming to solving business problems.


if (user.dad == true
 && user.drink == "rum"
 && user.arcade == "1942")
 {
     name = "douglas anderson";
 }