Uko / PharoStyle

Pharo Style Guideline Generation from Lint Rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PharoStyle

PharoStyle is a tool that generates a document containing the style guidelines for writing code for the Pharo programming language.

This document is generated from Pharo's lint rules. Lint rules are used to automatically check code in order to find

  • possible bugs
  • possible optimizations
  • design flaws
  • coding idiom violations
  • style violations

A first version of this document generated from latest Pharo 6 (2016-08-27) can be found in here

Installation

TODO

Changes Log

  • exporting a first document version

About

Pharo Style Guideline Generation from Lint Rules

License:MIT License


Languages

Language:Smalltalk 100.0%