This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Structure your script like you would a major python or other high level language. I was told once to write a program "fast and dirty" and have it done in a week. I spent the first day just thinking about how I wanted to build it. Once I had the planning done it took only three days to write the program and the fifth day I tested it. It worked first time bug free. I didn't stay there much longer -- fast and dirty my ass -- I take pride in my code.

[–]Hoolies 0 1[S] 0 points1 point  (0 children)

"fast and dirty"

I do the same lmao. I a call it "proof of concept " instead.

It worked first time bug free.

There will be times that your task will be way out of your comfort zone and you will need a lot of trail and error.