diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-07-08 22:15:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-08 22:15:30 +0200 |
| commit | a7db4bcb701cc41161c8c8c64423e39ef0e63b3c (patch) | |
| tree | 1fd4cd55ce0b97ed83ade2c0ed084ab1a82d4d03 | |
| parent | 47542e40763e30104e60eab3ce0a8a8159121f4d (diff) | |
| download | wiki-a7db4bcb701cc41161c8c8c64423e39ef0e63b3c.tar.gz wiki-a7db4bcb701cc41161c8c8c64423e39ef0e63b3c.tar.bz2 wiki-a7db4bcb701cc41161c8c8c64423e39ef0e63b3c.zip | |
Update FAQ.md
| -rw-r--r-- | docs/FAQ.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index def06aa..8593ddf 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -18,6 +18,23 @@ You can open a bounty and if developers are interested by the job, they might do Read this carefully: [How to ask help](How-to-ask-for-help.md) +#### 5 - Why is it better to ask on Stackoverflow for support questions? + +- because your question (and its solutions) **stays there** and you or other users **can find it later**, even using **google** + +- because your question can easily **get lost in the chat**, and asking in the chat can only get answers by the users who are **currently online** + +- because it's **super easy** (you can log in Stackoverflow using your **Google** or **Facebook** account - **NO NEED TO CREATE A NEW ACCOUNT**) + +- because by posting questions or answers you can earn **points** (a profile with many points Stackoverflow can help A LOT when you want to find a job as a developer) + +- because you can add common **tags** to your questions (like `c++`, `sql`, `docker`, `lua`, etc...) and have the chance to **get helped by many more users** than you would find in the AC discord chat + +- because gives extra **visibility** to our project + +- because it helps to **avoid duplicate questions** + + ## COMMON ERRORS |
