Created
January 19, 2014 14:19
-
-
Save siscia/8505593 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> Simone = myself.MySelf("Simone Mosciatti") | |
>>> Simone.print_info() | |
Simone Mosciatti | |
Born: 9th July 1994 | |
Email: [email protected] | |
Address: Via Pitteri, 56 Milano Italy | |
>>> Simone.tool_box() | |
Love it: Python, Clojure | |
Know it: C/C++ | |
Learning: Javascript, Haskel, Golang | |
>>> Simone.my_idea_of_software() | |
My philosopy is to always think before to code, most of the time the better solution is also the simplest one. | |
On the other side the value of an idea is on the realization, there are too many "Good Ideas but Bad Implementation" | |
I have had the pleasure to work on very well tested code, so I am able to value such important thing as UnitTest | |
Finally I tryed to be involved in OpenSource, it teached me most of what I know, and also the value of good documentation. | |
>>> Simone.previous_works() | |
I worked as clojure developer for a very short ammount of time at Washington Startup: "BlueMontains" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment