in reply to how do you express coding-pleasure?

Happiness is not expressing, but being.

(I'm fuzzy on the precise definitions, but I think this is the difference between Apollonian and Dionysian ecstasy.)

Hugo

  • Comment on Re: how do you express coding-pleasure?

Replies are listed 'Best First'.
Re^2: how do you express coding-pleasure?
by radiantmatrix (Parson) on Dec 01, 2004 at 19:05 UTC

    Ah, but expressing one's happiness can, of itself, contribute to happiness.

    Observe:

    my $code = 'incomplete'; my $happy_level = 0; until ($code eq 'complete') { $code = check_code(); } print STDERR "Yay! Code is done!"; $happy_level++; my $drink = new Bev::Beer(-brand => 'Guinness'); $drink->imbibe(); $happy_level++ if $drink->is_tasty();

    So by expressing my happiness in the form of consuming a favorite malt beverage, I become happier. :-)


    radiantmatrix
    require General::Disclaimer;
    Perl is