From 8aff9e75609ec0e20f3348fc416f8d52ad0ca0f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= <postmaster@greg0ire.fr>
Date: Sat, 24 Mar 2018 22:21:50 +0100
Subject: [PATCH] Move tweet to the end of the DDD section

Should help with a semi-conclusion about things changing.
---
 index.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/index.md b/index.md
index 0c5f0fe..8d3f552 100644
--- a/index.md
+++ b/index.md
@@ -71,12 +71,6 @@ Notes:
 - Aucune logique (pas de tests nécessaires)
 - Pas de setter pour id, il est setté par Doctrine après la persistence
 
-
----
-
-<div class="tweet" data-src="https://twitter.com/Ocramius/status/975399920202080256"></div>
-
-
 ---
 ## ️❤️ Domain Driven Design ❤️
 
@@ -529,6 +523,10 @@ Note:
 - `final` possible pour les méthodes en version 3
 - `__clone` & `__wakeup` implémentables librement en version 3
 
+---
+
+<div class="tweet" data-src="https://twitter.com/Ocramius/status/975399920202080256"></div>
+
 
 ---
 <!-- .slide: data-background="./iwantmore.gif" -->
-- 
GitLab