-
function fib(int x) : int
begin
if x <= 1 then
begin
result := 1;
end
else
begin
result := fib(x – 1) + fib(x – 2);
end
end -
“Answering “Why?” is a two-fold process. First, each aspect of the architecture should correspond to a real business driver. Second, there should be management agreement with those drivers.”
-
del.icio.us
Pages
-
Recent Posts
Tweets
- @eliziario ...deployed with sqlalchemy/pylons in your company. Any|? 1 week ago
- @eliziario Iḿ Curious about any apps deployed 1 week ago
- @b_couto provavelmente vou comprar um Android. 2 weeks ago
- @betasetimi Gostei do seu blog :) 2 weeks ago
- I need a mobile twitter device. 2 weeks ago