Hacker Poesy
  • FAQ
  • Login
  • Public

    • Public
    • Groups
    • Recent tags
    • Popular
    • Directory

Conversation:

Notices

  1. Brett Slatkin ()'s status on Thursday, 27-Dec-2012 13:31:00 EST Brett Slatkin Brett Slatkin
    Remote profile options...
    How golang feels, often:

    "Every other statement is error checking"
    func multiplyTwoNumbers() (*myType, error) {
      a, err := ReadNumber()
      if err != nil {
        return nil, err
      }
    
      b, err := ReadOtherNumber()
      if err != nil {
        return nil, err
      }
    
      return &myType{a * b}, nil
    }
    
    image
    Thursday, 27-Dec-2012 13:31:00 EST from feedproxy.google.com permalink

    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Hacker Poesy is a GNU social hub. It runs version 1.1.3-beta3, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Hacker Poesy content and data are available under the Creative Commons Attribution 3.0 license.

    Switch to mobile site layout.