Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Alan Mattano

Alan Mattano

Alan Mattano has asked 2 questions and find answers to 1 problems.

Stats

73
EtPoint
27
Vote count
2
questions
1
answers

About

Clean code does ONE thing well(1). Extract

Do a good job. Good code matters(2). Test each line.

The only way to go fast is to go well.

Clean code: when you read is what you expected(3). No surprises.

It was written by someone who care(4).

More important part is to write code that others can maintain, use, and make work.

(1) --Bjarne Stroustrup (2) --Kent Beck (3) --WardCunningham c2.com (4) --Michael Feathers From: Uncle Bob

enter code here
using ALMa

/* Always creating a new part of the infinite string */
public constant string Iam = decision(0/0)

// conscious awareness
do decision(ALL)
{
   private hide myALMa = ALMa
   Iam = ALL/myALMa // spirit
   if(Iam True)Then{return Iam }else if (Iam not true){make new decision(GOTO ALMa)}
}