Giter Site home page Giter Site logo

booklet-pharowithstyle's Introduction

Pharo with Style

This book focuses on an important aspect of development: code communication. It will help you to write code that follows Pharo coding culture.

booklet-pharowithstyle's People

Contributors

badetitou avatar cdlm avatar citizen428 avatar ducasse avatar jecisc avatar nreilly avatar objectx avatar qducasse avatar stephaneggermont 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

Watchers

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

booklet-pharowithstyle's Issues

Disambiguation needed in guideline 1.2

Sections 1.2 and 1.10 look very similar, although not the same.

1.2 Guideline: Avoid underscores and favor camel case
1.10 Guideline: Avoid underscore in variable identifiers

Reading sequentially, in 1.2 it is not entirely clear if guideline should be applied to variable identifiers or method names.

Remove "Not"s?

Some code sections includes "Not" as part of the code where "over" part is shown:

Not aCollection groupBy: [ :each | each odd ]

But some other examples "Not" is not included:

Prefer
stylesheet at: #fontColor
over
stylesheet get: #fontColor

I prefer to have the code without the "Not" because is more clear that "Not" is not part of the code to avoid.

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.