Do's and Don'ts when developing First Project with Ignition?

Don't be scared of making folders.

In our team we didn't do it until it was too late and we had a tree that looked like this (and it was hell looking for anything):

Scripting
├ randomfolder
│ ├ class001
│ ├ class002
│ ├ class004
│ └ class003
├ randomfolder2
│ └ class18
├ class2
├ class4
├ class3
├ class5
├ class8
├ class10
├ class12
└ class7

Navigation in a project is key to efficiency and organization. Is preferable to have folders than a mess of files.

Also, I really recommend making templates so you could reuse views.

6 Likes