- Joined
- Mar 30, 2017
- Messages
- 2,395
- Reaction score
- 884
- Location
- The Netherlands
- My Car
- 73 Grande 351C
71 Mach 1 429CJ
[i'm not a gearhead at all. I'm a computer programmer by trade, but a "problem solver" by practice.
So I am very willing to admit I might very well be in waaaay over my head. Which is why I both terrified and excited. Seems to be a good mix of the two.]
I'm into programming too, @Vinnie as well and probably more.
Its really not that complex. See it as a new syntax. You'd do some unit testing, add some break points here and there with a volt meter or ohm meter instead of using an editor.
The main difference with a computer program is in the return.
function fixThatThing() : ItemDone will not return you anything unless you actually execute it yourself
You also have a good doc : this forum has it all, down to the smallest bolt found on these cars!
So I am very willing to admit I might very well be in waaaay over my head. Which is why I both terrified and excited. Seems to be a good mix of the two.]
I'm into programming too, @Vinnie as well and probably more.
Its really not that complex. See it as a new syntax. You'd do some unit testing, add some break points here and there with a volt meter or ohm meter instead of using an editor.
The main difference with a computer program is in the return.
function fixThatThing() : ItemDone will not return you anything unless you actually execute it yourself
You also have a good doc : this forum has it all, down to the smallest bolt found on these cars!