From 58a4cdd4376b2c91e7ce051ed75d772c79df6d55 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 1 Oct 2017 18:00:52 +0200 Subject: [PATCH] prolog programming guidelines --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09c7971..d4348c1 100644 --- a/README.md +++ b/README.md @@ -1363,6 +1363,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [rwaldron/idiomatic.js](https://github.com/rwaldron/idiomatic.js) - Principles of Writing Consistent, Idiomatic JavaScript * [JS: The Right Way](http://jstherightway.org/) - JavaScript and its best practices * [EditorConfig](http://editorconfig.org/) - EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs +* [Sylvain Soliman's Den](https://lifeware.inria.fr/~soliman/post/prolog_guidelines/) - Prolog programming guidelines ## Database * [Liquibase](http://www.liquibase.org/) - a tool to safely manage database migration / refactoring @@ -1641,6 +1642,9 @@ I just want to centralize my findings and bookmarks in a central location, and s * [turnoff.us](http://turnoff.us/) - geek comic site about developers * [Classic Programmer Paintings](http://classicprogrammerpaintings.com/) - funny tumblr about software engineering as depicted by artists through history +## Prolog +* [Sylvain Soliman's Den](https://lifeware.inria.fr/~soliman/post/prolog_guidelines/) - Prolog programming guidelines + ## Python * [Nick Parlante](http://codingbat.com/python) - CodingBat : practice your python skills * [Python Software Foundation](https://www.python.org/dev/peps/pep-0008/) - PEP 8 : Style Guide for Python