Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guillep/pharostyle
- Owner: guillep
- License: mit
- Created: 2016-08-27T04:52:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T05:02:43.000Z (over 8 years ago)
- Last Synced: 2024-10-31T06:42:05.621Z (2 months ago)
- Language: Smalltalk
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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