Coder Social home page Coder Social logo

books's People

Contributors

alexkalderimis avatar ambs avatar bigpresh avatar nunorc avatar xsawyerx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

books's Issues

My suggestions for the book

Alberto-

Thanks for going to the trouble of writing this book! I think a lot of people in the Perl community, both newbies and veterans, will find it remarkably useful.

I've gone over what you have so far, and I have a list of suggestions. Some of them are based on my opinion, so feel free to use whichever ones you want, since it's your book!

Introduction

  • You should mention beta.metacpan.org in the section with AnnoCPAN and such. It's a new way to search the CPAN.
  • cpanm uses the CPAN MetaDB to discover module information, not the MetaCPAN. (The meta prefix gets thrown around too much!)

OO

  • I feel like you should mention Moose first, as Moo and Mouse are modeled after it, and not the other way around.
  • I think that instead of mentioning how Mouse and Moose include a meta model, Moo lacks one.
  • You should probably mention the MooseX:: and MouseX:: namespaces that contain Moose and Mouse extensions, respectively. Maybe you should also cover some of the more popular extensions?

Web

  • I think you should mention PSGI/Plack. All of the frameworks you currently mention support it, and it's the direction in which Perl web development is moving.
  • You might want to mention the CGI module, just for historical purposes.

Markup

  • JSON and YAML aren't markup; they're more like data formats. They definitely deserve a mention in this book, though.

Testing

  • You should mention Test::Exception; it makes testing code that leverages exceptions very easy.
  • You should also mention Test::Class; it's a Perl-style way of writing xUnit tests.

More Modules/Chapters

I know you're probably just getting started, but I wanted to mention some other useful modules sooner rather than later:

Event Loops

  • AnyEvent
  • POE

Command Line Tools

  • App::Ack
  • App::pmuninstall
  • App::cpanoutdated
  • pmtools

Module Authoring Tools

  • Dist::Zilla
  • shipit
  • ExtUtils::MakeMaker
  • Module::Build
  • Module::Install

Deployment Tools

  • App::FatPacker
  • carton
  • Shipwright

OS Specific Modules

  • Win32::*
  • Mac::*

Miscellaneous

  • Try::Tiny
  • Data::Dumper
  • Devel::REPL

Thanks again!
-Rob

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.