Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guillep/pharostyle

Pharo Style Guideline Generation from Lint Rules
https://github.com/guillep/pharostyle

Last synced: 16 days ago
JSON representation

Pharo Style Guideline Generation from Lint Rules

Awesome Lists containing this project

README

        

# PharoStyle

PharoStyle is a tool that generates a document containing the style guidelines for writing code for the [Pharo](www.pharo.org) 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](style.md)

## Installation

> TODO

## Changes Log

- exporting a first document version