This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dontasktoask.com/ar-eg/index.html
2024-01-20 20:22:33 +02:00

90 lines
4.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ar">
<head>
<title>ماتطلبش إنك تسأل، اسأل على طول.</title>
<meta property="og:title" content="ماتطلبش إنك تسأل، اسأل على طول." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dontasktoask.com/ar-eg/" />
<meta property="og:locale" content="ar_EG" />
<meta property="og:image" content="https://dontasktoask.com/favicon.png"/>
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
blockquote{
border-right: 10px solid #CCC;
border-left: initial;
}
.name{
display: block;
}
</style>
</head>
<body dir="rtl">
<main>
<h1>ماتطلبش انك تسأل، اسأل على طول.</h1>
<p>
من وقت للتاني، بيجي حد ويقول:
</p>
<blockquote>
<span class="name">فولان:</span>
<p class="message">
حد يعرف جافا هنا؟
</p>
</blockquote>
<p>
الطريقة دي وحشة جداً في السؤال لأكتر من سبب. هو الشخص ده عايز يقول:
</p>
<blockquote>
<span class="name">فولان:</span>
<p class="message">
حد يعرف جافا هنا يساعدني في المشكلة بتاعتي اللي ممكن تطلع ملهاش علاقة بجافا اصلاً او لو حد مش عارف جافا ممكن يجاوب على سؤالي؟
</p>
</blockquote>
<p>
في اسباب كتير ممكن تخلي الناس اللي عندهم خبرة مايجوبوش على سؤالك، سؤالك بيطلب اكتر ما انت فاكر.
</p>
<p>
انت كده بتحمل الناس مسئولية، اكنك بتختبر ثقتهم في قدراتهم.
وكده غصب عنك انت بتخلي ناس ماتجاوبش على سؤالك، يعني انا ممكن لو فيه سؤال عن لغة برمجة انا معرفش عنها حاجة اقدر اجاوب عليه بالـ"سينس" كده.
</p>
<p>
بشكل تاني ممكن سؤالك يتشاف زي ما يكون:
</p>
<blockquote>
<span class="name">فولان:</span>
<p class="message">
انا عندي سؤال عن جافا، بس انا مكسل اكتبه بشكل واضح لحد ما الاقي حد ياخد الخطوة ويعرض انه هيساعدني.
</p>
</blockquote>
<p>
وده يعتبر كسل. لو انت مش عايز تتعب شوية عشان تكتب سؤالك بشكل كويس..ليه احنا هنتعب ونساعدك؟
</p>
<p>
الحل مش مجرد انك تسأل. لو فيه واحد بيقلب ولقى سؤالك اللي بيسأل غالبا مش هيرد عليك. بس صياغتك للسؤال وتوضيحك للمشكلة الفعلية ممكن يلفت نظر حد انه يجاوب على سؤاك.
</p>
<p>
عشان نلخص الموضوع..ماتسألش:
<em>"حد يعرف جافا هنا؟"</em>،
لكن اسأل:
<br/>
<em>"ازاي اعمل [كذا كذا] باستعمال جافا و [معلومات زيادة بتوضح اللي عايز توصله]"</em>
</p>
<p>
مشاكل شبيهة تانية: <a href="https://xyproblem.info/">مشكلة الـXY</a>، <a href="https://nohello.net/">لا مرحبا</a>.
اقرى حاجات اكتر: <a href="https://stackoverflow.com/help/how-to-ask">ازاي اسأل سؤال كويس؟</a>،
ولو عندك حبة وقت: <a href="http://catb.org/~esr/faqs/smart-questions.html">ازاي تسأل سؤال بشكل ذكي</a>.
</p>
</main>
<footer>
Content mostly stolen from <a href="https://iki.fi/sol/dontask.html">iki.fi/sol/dontask.html</a>
-
Translated by Ramy <a href="https://github.com/Raamyy">@Raamyy</a>
-
<a href="https://github.com/maunium/dontasktoask.com">Source on GitHub</a>
</footer>
</body>
</html>