Close



Results 1 to 10 of 16

Thread: Twisted box

Hybrid View

  1. #1
    Super Moderator curious aardvark's Avatar
    Join Date
    Jul 2014
    Posts
    8,818
    programmer code lol

    why do you lot always write it back to front ?
    Ie: the modules last and the final instructions first ?

    So you actually drew a triangle, didn't even know you could do that and as I can't draw - I never would lol.

    Neat.

    Sunlu silk - I'll stick some on my christmas list :-)

    £25 a kg from amazon - not bad.
    Amazon econo do the same stuff for £23 :-)
    Last edited by curious aardvark; 10-21-2020 at 09:45 AM.

  2. #2
    Engineer-in-Training
    Join Date
    Jul 2020
    Location
    Monterey Bay, California
    Posts
    368
    Add jamcultur on Thingiverse
    Quote Originally Posted by curious aardvark View Post
    programmer code lol

    why do you lot always write it back to front ?
    Ie: the modules last and the final instructions first ?

    So you actually drew a triangle, didn't even know you could do that and as I can't draw - I never would lol.

    Neat.

    Sunlu silk - I'll stick some on my christmas list :-)

    £25 a kg from amazon - not bad.
    Amazon econo do the same stuff for £23 :-)
    When I first started to code in 1974, the primitive compilers that I used then required you to put modules first so that the compiler would see them before seeing any reference to them. As compilers got more sophisticated and did multiple passes, you could put modules anywhere. That was a big improvement. Programmers were no longer limited by the limitations of the compiler. It never made sense to me to put modules first. I always wanted to see the code in execution order, i.e., the first code you see in the source code should be first code to be executed by the computer. I was happy that putting subroutines after the main routine was the standard at the software company where I worked for most of my career.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •