Moose-Camel-Comments

Description

A recipe to prepare comment soup from Pharo class-comments

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
1
Created
Sept. 23, 2018
Updated
Nov. 3, 2019

Categories

System / OS

README excerpt

## Do programming languages shape our mind as the natural languages do?
https://medium.com/@poojaruhal65/do-programming-languages-mold-our-brain-as-natural-languages-do-3b85d703e8ba

## About Project
The Project analyze the Pharo class-comments,  evolution of the class-comments and linguistic pattern of developer. 
How developers express their thoughts in natural language (English).

# Install
```smalltalk
Metacello new
   baseline: 'CamelComments';
   repository: 'github://poojaruhal/Moose-Camel-Comments/src';
   load

← Back to results