Skip to content

2018_10_16_ToDoToday

Eloi Strée edited this page Dec 17, 2018 · 2 revisions

Make yourseft a gift !

Challenge: Junior

"Enpaquetez un code utile d'un de vos anciens projets pour le rendre exportable et réutilisable facilement à travers le temps." Vous pouvez trouver un exemple si joint: Morse Trigger

Challenge: Expert

"Try to explore the Unity Editor script possibilities to make a tool for future design in your team."
See: Cool to try

Minium to use

Must know

Clean Code, we must !

  • Clean Code: Book
    • Bad code is dangerous as hell!
    • You have the responsibility to say: No!
    • Bad code kill!
  • Clean Code: Video : Don't be lazy !
    • Meaningful Names
    • Comments
    • Error Handling
    • Functions
    • Objects and Data Structures
  • Snippet : Go faster
  • Go faster in Visual
  • Profiler / Wi-fi profiler
  • MIC: "L'arrivé du Débugger"

Should know

  • Facade / MVC
  • Observer / Listener
  • Singleton + FlyWeight + Facade
  • Facade Static
    • (Vous n'êtes pas seul ! Designer ?)
    • 10% Technique - 90% Communication
  • Profiler

Cool to try


Sujet intéressant à aborder

TDD ?

À quoi sert un testeur?
Testeur... Gamer ou developer ?

Put some poney in your project

Atomimum exemple of Poney concept

For your own good

5 Dev Mistakes

  1. 1:05: Tried to build his own game engine for his game as a beginner
  2. 2:53: Started on a game that was too big (scope is to big)
  3. 4:45: Didn't show anybody his game
  4. 8:04: Tried to please everybody with his game
  5. 11:07: Got stuck in perfectionism
    67 Tips for developer(PDF)

Be a hammer not a swissknife

Do one thing well Not every thing possible
Hammer Swissknife

Asset store


How to publish on the asset store ? Manual, Y: Official Tuto, Y:Step By Step

Guru: Pattern, Refactoring

Unity Editor

Un artiste crée ses propres outils
Outils d'artiste - Painting Pattern - Spray Painting

Cours: Edition interface (Eloi example)

Clone this wiki locally