Comment Re:Clean Code. (Score 1) 876
"The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series)", ASIN: B00666M59G, ISBN-10: 0-13-291122-1, chapter 1 "Clean Code", topic "There Will be Code". This topic is very enlightening, unfortunately, I think I don't have the copyright permission to show this topic.
In my words: a computer read and write eletrical voltage, translated to binary form "0" and "1", that are grouped on bytes and words, that are translated to instructions to be executed by the computer, this is the machine code that computer understands. Someone will have to translate your graphical code generator to machine code at least. So, "there will be code".