ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Debug It!: Find, Repair, and Prevent Bugs in Your Code

دانلود کتاب اشکال زدایی!! اشکالات را در کد خود پیدا کنید ، آنها را اصلاح کنید و از آنها جلوگیری کنید

Debug It!: Find, Repair, and Prevent Bugs in Your Code

مشخصات کتاب

Debug It!: Find, Repair, and Prevent Bugs in Your Code

ویرایش: 1 
نویسندگان:   
سری: Pragmatic Programmers 
ISBN (شابک) : 193435628X, 9781934356289 
ناشر: Pragmatic Bookshelf 
سال نشر: 2009 
تعداد صفحات: 216 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 2 مگابایت 

قیمت کتاب (تومان) : 43,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 18


در صورت تبدیل فایل کتاب Debug It!: Find, Repair, and Prevent Bugs in Your Code به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب اشکال زدایی!! اشکالات را در کد خود پیدا کنید ، آنها را اصلاح کنید و از آنها جلوگیری کنید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب اشکال زدایی!! اشکالات را در کد خود پیدا کنید ، آنها را اصلاح کنید و از آنها جلوگیری کنید

در مجموع به عنوان یک برنامه نویس، متوجه شدم که آن بد نیست، اما به اندازه کافی خوب نیست. من مدتی در بخش تولید کارآموزی کردم و دروسی که در اینجا ذکر شده است همان کاری است که ما در تولید روزانه انجام می دهیم و من نمی توانم اصالت را ببینم. در استفاده از چیزی از زمینه دیگری و سپس انتقال آن به آن. با این حال، اگر وقت دارید و حوصله دارید، این کتاب بد نیست. پس لذت ببرید! :)


توضیحاتی درمورد کتاب به خارجی

All in all as a programmer, I found it not bad, but just not good enough.I interned in Manufacturing for a while and the lessons stated here are what we do in manufacturing on a day to day basis and I just cannot see the originality in using something from another field and then just porting it over.However, if you do have the time and are bored, this book is not bad..So enjoy! :)



فهرست مطالب

Debug It!: Find, Repair, and Prevent Bugs in Your Code......Page 1
Contents......Page 7
About This Book......Page 10
Acknowledgments......Page 11
The Heart of the Problem......Page 13
Debugging Is More Than ``Making the Bug Go Away\'\'......Page 14
The Empirical Approach......Page 16
The Core Debugging Process......Page 17
First Things First......Page 18
Put It in Action......Page 22
Reproduce First, Ask Questions Later......Page 23
Controlling the Software......Page 25
Controlling the Environment......Page 26
Controlling Inputs......Page 28
Refining Your Reproduction......Page 36
What If You Really Can\'t Reproduce It?......Page 45
Put It in Action......Page 48
Stand Back---I\'m Going to Try Science......Page 49
Stratagems......Page 56
Debuggers......Page 62
Pitfalls......Page 63
Mind Games......Page 67
Validate Your Diagnosis......Page 72
Put It in Action......Page 73
Fix......Page 74
Clearing the Decks......Page 75
Testing......Page 76
Fix the Cause, Not the Symptoms......Page 78
Refactoring......Page 80
Checking In......Page 82
Get Your Code Reviewed......Page 83
Put It in Action......Page 84
How Did It Ever Work?......Page 85
What Went Wrong?......Page 86
It\'ll Never Happen Again......Page 89
Close the Loop......Page 92
Put It in Action......Page 93
The Bigger Picture......Page 94
Tracking Bugs......Page 95
Working with Users......Page 100
Working with Support Staff......Page 105
Put It in Action......Page 107
Bugs Take Priority......Page 108
The Debugging Mind-Set......Page 111
Digging Yourself Out of a Quality Hole......Page 113
Put It in Action......Page 118
Debug-Fu......Page 119
Patching Existing Releases......Page 120
Backward Compatibility......Page 121
Concurrency......Page 126
Heisenbugs......Page 128
Performance Bugs......Page 130
Embedded Software......Page 132
Bugs in Third-Party Software......Page 135
Put It in Action......Page 140
Automated Testing......Page 141
Source Control......Page 144
Automatic Builds......Page 149
Put It in Action......Page 157
Assumptions and Assertions......Page 158
Debugging Builds......Page 168
Resource Leaks and Exception Handling......Page 173
Put It in Action......Page 180
Priority Inflation......Page 181
Prima Donna......Page 182
Maintenance Team......Page 184
Firefighting......Page 186
Rewrite......Page 187
Black Magic......Page 189
Put It in Action......Page 190
Source Control and Issue-Tracking Systems......Page 192
Build and Continuous Integration Tools......Page 195
Useful Libraries......Page 197
Other Tools......Page 199
Bibliography......Page 203
B......Page 205
C......Page 206
F......Page 207
M......Page 208
R......Page 209
S......Page 210
V......Page 211
Z......Page 212




نظرات کاربران