search for: another_that_needs_bar

Displaying 1 result from an estimated 1 matches for "another_that_needs_bar".

2007 Dec 27
1
order of execution
...eated in seems to be (semi?) random. This is not a huge problem, but it would be nice to "tail /etc/passwd" to know if the new guy has been added. example: class foo { something { ... ... } more_stuff_that_depends_on_something { ... ... } bar_that_needs_something { ... ... } another_that_needs_bar { ... } } I would assume that all the above would get executed in the order listed. But since that is not the case, I can see it biting me in the ass later. In the long term for future work, how do I specify order for a long list of actions? -- Christopher McCrory "The guy that keep...