August 9, 20169 yr Quick question though, I saw the design pattern on github before but the name of it is on the tip of my tongue, mind telling me the name of it?
August 9, 20169 yr Author Quick question though, I saw the design pattern on github before but the name of it is on the tip of my tongue, mind telling me the name of it? Not sure if it has a name in general. I just refer to it as a task-based script.
August 9, 20169 yr Not sure if it has a name in general. I just refer to it as a task-based script. Honestly I don't know how you compile .java or .class files into .jar. If you could teach me
August 9, 20169 yr Honestly I don't know how you compile .java or .class files into .jar. If you could teach me In eclipse: File > Export > Jar > select files
December 16, 20169 yr So far I have been able to throw together some simple state based scripts and I don't like it much. This style is much cleaner in my opinion. My problem is I don't "get it". I write unix shell scripts so I can understand the logic flow of state based scripts. I can follow it and see that it goes down the list till it matches a condition and then activates that case statement. With this script I don't understand how it knows which task it should be doing. Any advice (other than learn java :P)?
Create an account or sign in to comment