Code

We write various code in Perl, C, BASH, JavaScript and Oblective-C, but a good way, generally :-)
Earlier we were proud of such code, later we wrote an intentionally complex one, now we create simple and clear code.

#!/usr/bin/env perl

use Mojolicious::Lite;

get '/' => 'about/what' ;
get '/who' => 'about/who' ;
get '/what' => 'about/what' ;
get '/where' => 'about/where';
get '/code' => 'about/code' ;

app->log->level('error');

app->start;

view raw tochkak.pl This Gist brought to you by GitHub.

Code in Perl, the first version of this site.



 
One Two Three 2005–2012 © TochkaK