You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 7I don't know enough about flash but if you get compilation errors when code isn't there, you should be able to rename folders to see if they are referenced.Oded– Oded2012-01-26 15:58:57 +00:00Commented Jan 26, 2012 at 15:58
- Evil solution: Delete them and wait for the errors/bug reports. (Just make sure it's recoverable!)Izkata– Izkata2012-01-26 16:20:40 +00:00Commented Jan 26, 2012 at 16:20
- 1@Nick Could you clarify if you're being paid for the evaluation as part of the next phase of contract that you still have to bid on/otherwise get? Your answer won't change the "is there a tool" question, but some of us could craft answers re: process that would be better suited to your situation (e.g. keep you from getting screwed, etc).jcmeloni– jcmeloni2012-01-26 16:32:20 +00:00Commented Jan 26, 2012 at 16:32
- @jcmeloni No, I'm not being paid for the evaluation. But in my experience, and from small things I have picked up in the last couple of days, they don't have anyone else at the table right now. My skillset is fairly unusual, so I'm even more at ease that they don't have anyone else competing for it, based on the quote. The actual quote in question is from my client-to-be to their client, who is planning to re-award them the contract. Really from my end, I am meant to assist them in providing said quote. HTH.Engineer– Engineer2012-01-26 16:40:32 +00:00Commented Jan 26, 2012 at 16:40
- @Oded Rename is definitely easier than trial-and-error deletion! Good thinking there. That's one more tool in the box.Engineer– Engineer2012-01-26 16:49:27 +00:00Commented Jan 26, 2012 at 16:49
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you