Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Aris

Aris

Aris has asked 1 questions and find answers to 35 problems.

Stats

616
EtPoint
148
Vote count
1
questions
35
answers

About

~ The biggest optimizations, will take just 20' of your time

~ νὰ μάθεις καὶ νὰ μάθεις ἀπ᾿ τοὺς σπουδασμένους.

~ There is always a simpler solution

~ If you change 2 lines of code, you will introduce at least 3 bugs

~ Functions should do one thing. They should do it well. They should do it only

~ Don't make me think because you are lazy to write a bit of code

~ At this point, there are only two kinds of companies: Those who know their data has been hacked and those who don’t know it yet

~The more I learn, the less I know.

~By continuously improving the design of code, we make it easier and easier to work with. This is in sharp contrast to what typically happens: little refactoring and a great deal of attention paid to expediently adding new features. If you get into the hygienic habit of refactoring continuously, you'll find that it is easier to extend and maintain code. —Joshua Kerievsky, Refactoring to Patterns

~We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. Yet we should not pass up our opportunities in that critical 3%. —Donald Knuth