webmat.wordpress.com
Do not learn Ruby « Programblings
https://webmat.wordpress.com/2008/02/20/do-not-learn-ruby
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Laquo; An easy way to make your code more testable. Do not learn Ruby. On February 20, 2008. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). After a while of perusing the different Ruby-related blogs, you’ll have heard other Rubyists speak of their work with words like beauty. Some dic = {}. Def method with options(options = {}).
webmat.wordpress.com
2007 September « Programblings
https://webmat.wordpress.com/2007/09
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Archive for September, 2007. Podcasts I listen to. On September 29, 2007. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). Here’s the deal. I have to beat writer’s block. I wrote a first post a while ago, then came the time for a little vacation and haven’t gotten down to write here again. Well, except for this quickie. 8211; Th...
webmat.wordpress.com
2007 October « Programblings
https://webmat.wordpress.com/2007/10
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Archive for October, 2007. JRuby, not in its setting (or configuring jirb under Windows). On October 18, 2007. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). For a good while now, I’ve been using Ubuntu on my main home machine. Working with Ruby and JRuby on Linux is a charm. So to configure irb, I create the. Let’s say ...
webmat.wordpress.com
Culture shock « Programblings
https://webmat.wordpress.com/2007/11/16/culture-shock
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Laquo; Follow-up on my presentation on JRuby. An easy way to make your code more testable. On November 16, 2007. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). I had a bit of a culture shock a couple of days ago. I saw a video of the visual designer for IronRuby. Named SapphireSteel. The tool looks very nice and polished.
macournoyer.wordpress.com
Refactor my Code | Marc-André Cournoyer's blog
https://macournoyer.wordpress.com/2007/09/26/refactor-my-code
Marc-André Cournoyer's blog. The Migrations for .NET project is not dead yet! You broke my site →. September 26, 2007 · 5:24 pm. If there’s one thing that current blogs suck at it’s sharing code. Ok, some have plugins to highlight code in your post, but what about the comments? Blogging is all about having conversations! How many times have you seen on blogs the author asking to replace and with something else. And forget about indentation. That’s why I created RefactorMyCode.com. Element id returning '.
webmat.wordpress.com
2008 February « Programblings
https://webmat.wordpress.com/2008/02
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Archive for February, 2008. Do not learn Ruby. On February 20, 2008. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). Ruby will get under your skin. You will miss its features and quirks when you’re not using it. You might even find other languages insufferable, once you get comfortable with Ruby. Some dic = {}. Method with opti...
webmat.wordpress.com
2007 August « Programblings
https://webmat.wordpress.com/2007/08
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Archive for August, 2007. An epiphany about Functional Programming and Lazy Evaluation. On August 12, 2007. Update 2: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). I won’t go in depth in the subject or define the concepts precisely here. I might however revisit what follows when I’ve had time to actually get more expe...When specifyi...
webmat.wordpress.com
An easy way to make your code more testable « Programblings
https://webmat.wordpress.com/2007/12/13/an-easy-way-to-make-your-code-more-testable
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Laquo; Culture shock. Do not learn Ruby. An easy way to make your code more testable. On December 13, 2007. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). James Golick wrote a very good article about testing. As the title suggests, what I’m suggesting is pretty simple. Write side effects free methods/functions. So let’s ...
webmat.wordpress.com
Discover Powershell « Programblings
https://webmat.wordpress.com/discover-powershell
Rambling about programming and life as a programmer. Paul Graham’s Essays. Stevey’s Blog Rants. Update: This article has has a new home on programblings.com. Go to the article. Comments are closed here but still open there :-). In this tutorial I’ll try to explain briefly what Powershell is and give some examples. This is not meant to be a complete tutorial, however: for that you’ll have to scroll all the way down to the references section. Anyway, meanwhile Powershell can be downloaded. This is all very...