Here's a few more books I have on my "To Read" list.

  • Analysis Patterns by Martin Fowler (ISBN 020189542)
    This book deals with higher level patterns such as you might encounter in a real job. There are examples from health care, accounting, and brokerage/finance. I would consider it a companion to Design Patterns.

  • UML Distilled by Martin Fowler (ISBN 020165783-X)
    This is a quick intro to UML. It goes over the basic ideas & diagrams, but it is NOT in depth. I'm reading it to get a good overview of UML. There are many other books that go into great detail about UML that would be a good second step.

    In general, many of the books I have on my list come from Addison-Wesley. Their books consistently appear on book recommendations I've seen. I also second the choices others have recommended. They are all great books that would probably help you out.

    Oh yeah, Martin Fowler seems to be a great author. :-)


    In reply to Re: From the Void and into the Light... by drewbie
    in thread From the Void and into the Light... by Dogma

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.