<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>vkroll</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/vkroll/" />
    <link rel="self" type="application/atom+xml" href="http://blogs.perl.org/users/vkroll/atom.xml" />
    <id>tag:blogs.perl.org,2009-11-03:/users/vkroll//1192</id>
    <updated>2012-02-02T16:27:54Z</updated>
    <subtitle>A blog about the Perl programming language</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.38</generator>

<entry>
    <title>On development in perl</title>
    <link rel="alternate" type="text/html" href="http://blogs.perl.org/users/vkroll/2012/02/on-development-in-perl.html" />
    <id>tag:blogs.perl.org,2012:/users/vkroll//1192.2762</id>

    <published>2012-02-02T16:11:59Z</published>
    <updated>2012-02-02T16:27:54Z</updated>

    <summary>If you go to a bookstore to get some books about modern software development, you will find a lot there, but all these books are written from and written for the &quot;java-guys&quot;. In my opinion we need to show, that...</summary>
    <author>
        <name>vkroll</name>
        
    </author>
    
        <category term="general" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://blogs.perl.org/users/vkroll/">
        <![CDATA[<p>If you go to a bookstore to get some books about modern software development, you will find a lot there, but all these books are written from and written for the "java-guys". In my opinion we need to show, that you can use all these techniques in perl too...</p>

<p><u>Test Driven Development</u><br />
I cannot remember a time, where modules in perl from cpan were without a test-suite, and we have many test-modules out there, but all the books about tdd are about Java or .Net.</p>

<p><u>Automatic Acceptance Tests</u><br />
All agile developers love automatisation. There is <a href="http://fit.c2.com">Fit</a> developed in java and you need some time to find <a href="http://search.cpan.org/~tjbyrne/Test-C2FIT-0.08/lib/Test/C2FIT.pm">Test::C2FIT</a> and even then, the documentation is not so easy to read, so we germans are happy to find the <a href="http://martin.busik.de/FIT-Kochbuch.pdf">Fit Cookbook (in german)</a></p>

<p><u>Domain Specific Language (DSL)</u><br />
I don't know a language in wich it is easier to build up domain-specific-languages, but if you look up the books, you will again find examples in java and in ruby. </p>

<p><u>Easy Web-Frameworks</u><br />
Beginners will today start with php or ruby on rails, why does noone recognizes the beautiful catalyst?</p>

<p><u>Object Oriented Programming</u><br />
Again most of the books are about Java and .Net, where is the book concerning Moose?</p>

<p>I think, we need to have better "marketing" and we need some books, showing all the "modern techniques" in the market with our valueable tools in perl.</p>]]>
        
    </content>
</entry>

</feed>
