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*
-
What about your company are you trying to save?JeffO– JeffO2011-05-02 17:53:56 +00:00Commented May 2, 2011 at 17:53
-
11Pardon the contrarian viewpoint, but why are you releasing the source code if you're concerned about competition? What's the strategic advantage for the company? Everyone seems to just assume that open source is always a Good Thing, and I just don't see it. What's the corporate motivation for this move?Steven A. Lowe– Steven A. Lowe2011-05-02 18:30:18 +00:00Commented May 2, 2011 at 18:30
-
3We want to release the source code of the project because 1) we believe any source code increases its quality when it is Open Source because there are more eyes looking at it 2) we want to attract bright programmers that we can hire 3) we feel better if we think we are doing something that will benefit more people 4) we want our user to trust us even more 5) we don't want to have just users but fans 6) we hope some great developers will give great input for the improvement of the project 7) we feel we are cool if we do something other companies usually don't do :-)Dan– Dan2011-05-02 19:46:06 +00:00Commented May 2, 2011 at 19:46
-
2@dan: Wow. I'm a fan. Don't know the project, but love the attitude :)back2dos– back2dos2011-05-02 20:10:07 +00:00Commented May 2, 2011 at 20:10
-
1@dan, I suggest you see how MySQL did it. Basically the trick is to sell services utilizing the know-how you have.user1249– user12492011-05-02 20:47:48 +00:00Commented May 2, 2011 at 20:47
|
Show 5 more comments
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