Today i did my first steps with ruby. I stepped through the 20 minutes tutorial, and i wonder, wether it is possibly, to overload functions in ruby.
My first lines were like this:
def hello
puts "hello"
end
def hello(name)
puts "hello #{name}"
end
hello
hello("Jens")
It turned out, that ruby only knew the second definition of hello, the first one, without parameters, seems to be overwritten.
On the other hand, it is quite simple to write unit tests, see Unit Tests with ruby.
Montag, 23. Februar 2009
My development tools
As i will write about my developing experiences in this blog, i should mention my used tools. These are the tools i use at home, also i will only write about experiences made with private projects. Don´t wanna mix personal and professional life, do we?
Tools i use on a regular basis:
Tools i use on a regular basis:
- Visual C# Express
- Visual Web Developer Express
- SQL Server 2008 Express
- NUnit
- MOQ
- Notepad++
- TortoiseSvn
- Ruby
- F#
- SharpDevelop 3
- Powershell
- FreeRide
- PostSharp
- Machine.Specification
- Hudson
- FxCop
- StyleCop
Freitag, 20. Februar 2009
My first blog entry
Today i enter the world of the bloggers. What do i expect from blogging? As mentioned in "Pragmatic Thinking & Learning" it is just a great opportunity to write about several topics and share my thoughts.
Abonnieren
Posts (Atom)