Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaguililla/dojo

Project for the code written in development events, trainings, etc.
https://github.com/jaguililla/dojo

Last synced: about 2 months ago
JSON representation

Project for the code written in development events, trainings, etc.

Awesome Lists containing this project

README

        

ABOUT
-----

Dojo literally means "the place for the path" and this is it. This is the place where I'll put
my practices.

It would be so messy to mix practices, proofs of concept, programming events code with other
projects, so this one is just for that.

The module format will be: Gradle + Java + Groovy + Scala... if I add more languages,
I'll add more build tools, candidates are Javascript, Coffeescript, Ruby, Python

Practise leads to perfection, but perfection is not a goal, is a path. Keep practising!

DIRECTORY STRUCTURE
-------------------

A module (directory) for each event. Each module can have several packages for different
practices.

BUILD
-----

gradle test

LANGUAGES
---------

Add support for other interesting languages like:

* Clojure (LISP)
* Ocalm (ML)
* Javascript
* Coffeescript
* Python: https://wiki.python.org/moin/PythonTestingToolsTaxonomy

Check hyperpolyglot

TODO
----

Add sample models to 'proof of concept' projects

LICENSE
-------

Copyright © 2014 Juan José Aguililla. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.