Quote by Steve McConnell Download Open image ““You can do anything with stacks and iteration that you can do with recursion.”” — Steve McConnell ★ ★ ★ ★ ★ 4.1 out of 5 (6 ratings) Copy quoteShare
“No matter how much you try to do things your own way at all times, you can always be thrown for a loop.” — Shamara Ray Copy Share Image
“We will start by sketching the recursive algorithm and then add details to get to a full description of the algorithm. Footnote : Translation:… — Sariel Har-Peled Copy Share Image
If you already know what recursion is, just remember the answer. Otherwise, find someone who is standing closer to Douglas Hofstadter than you are;… — Andrew Plotkin Copy Share Image
“Rather than trying to reinvent the wheel, build on to that which is already excellent.” — Oscar Auliq-Ice Copy Share Image
“Good," said Dr. Rust. "Take Elizabeth up to stack 9 and show her the ropes." "But the ropes are on stack 2." "I meant metaphorically.” — Polly Shulman Copy Share Image
“Every step you take toward the top is possible because of all the little steps you took in the past. You can climb the… — Dragos Bratasanu Copy Share Image
“It turns out in some cases, if you do things backwards, problems that previously appeared complex suddenly become very simple.” — Susan Lammers Copy Share Image
“The top has no limits. We can keep on climbing. That's what people do. No-- That's what I do.” — Ryohgo Narita Copy Share Image
“To every problem you encounting, there is an answer within it.” — Life Coach. Michael Mnyameni Copy Share Image
... programming requires more concentration than other activities. It's the reason programmers get upset about 'quick interruptions' - such interruptions are tantamount to asking… — Steve McConnell Copy Share Image
The job of the average manager requires a shift in focus every few minutes. The job of the average software developer requires that the… — Steve McConnell Copy Share Image
“usually more time is spent in making good-looking presentation slides than in improving the quality of the software.” — Steve McConnell Copy Share Image
It's hard enough to find an error in your code when you're looking for it; it's even harder when you've assumed your code is… — Steve McConnell Copy Share Image
“the error rate in manual testing is comparable to the bug rate in the code being tested.” — Steve McConnell Copy Share Image
“[...] you shouldn't be uneasy about any parts of the architecture. It shouldn't contain anything just to please the boss. It shouldn't contain anything… — Steve McConnell Copy Share Image
It's OK to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it. — Steve McConnell Copy Share Image
“Programmers working with high-level languages achieve better productivity and quality than those working with lower-level languages. Languages such as C++, Java, Smalltalk, and Visual… — Steve McConnell Copy Share Image
The trouble with quick and dirty is that dirty remains long after quick has been forgotten. — Steve McConnell Copy Share Image