Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I do hope his printed material is better readable than his blog. Of course it most is about taste, but I had to add some style changes before being able to read that without being ultimately annoyed by the layout and chosen fonts.

<style type="text/css"> body { font-family: DejaVu Sans; } pre, code, tt, kbd { font-family: DejaVu Sans Mono; } .wrapper { max-width: 80%; } p { text-align: justify; } </style>

added to head did it for me. YMMV.

I have to (not really voluntary) do a lot of Java lately, and though I do not really dislike the language as such, I really hate the need of an IDE to be able to cooperate with others when using things like maven and jIndent.

What bothers me about Java is the way some (basic) classes are set up with missing functionality (but still about 20 methods I'd never use). What I *love* about Perl - compared to Java - it autovivivication. Building a short-living cashing construct in Perl is maybe about 4 lines. In Java it is likely to be 4 files of 100 lines each.

Development in Perl is way faster, and with some constructs being extremely long in Java, I sincerely doubt if what people applaud in Java as being maintainable and scalable holds in all/most cases.

All and all it is a nice read. I agree with quite a few points he makes, but (TIMTOWTDI) of course also not to all. Like e.g nested data structures difficult in Perl? I don't think so. Personally I see it way more easy in Perl than in Java. Autovivivication and pack/unpack are powertools missing in Java.


Enjoy, Have FUN! H.Merijn

In reply to Re: Teaching Perl by Tux
in thread Teaching Perl by ambrus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found