當前位置:
首頁 > 知識 > 大佬,我代碼哪錯了?

大佬,我代碼哪錯了?

作者

小歪

如需轉載,請聯繫原作者授權。


問題無處不在

我: 「大佬,幫我看看這個問題錯在哪了?」

大佬: 「你的代碼呢、你的錯誤提示呢?」

我: 「好的,我發給你」

大佬: 「。。。 再見」

留下一臉懵逼的我……


如何解決問題

最簡單的方法是根據錯誤提示,查看對應位置的代碼,Pycharm會提示具體是哪一行代碼有問題,並拋出錯誤。

找到錯誤首先應自己想辦法解決,自己解決又分為幾種:有經驗的大佬看到就知道是哪裡有問題了,沒經驗怎麼辦,那就自己去搜索了。

下個結論,你遇到的問題,前人一定遇到過。

所以你只需要把你的錯誤提示搜索就好了。

Github上有一個很有用的 trending ,可以顯示今天或本周或本月最火的項目,例如:

techGay/91porn

Github 作為全球最大的同性交友網站,上面有很多值得我們好好學習的東西。


如何向別人提問

如果你真的像上面哪樣,發一張照片,估計大佬都要吐血了。

在這裡推薦大家使用Github上的 gist ,很適合分享代碼片段。

Instantly share code, notes, and snippets.

例如這樣

Issue in FromRequest #3144

這樣看起來是不是舒服多了?


如何才能 永無bug

1、佛祖保佑 永無bug

2、佛系編程 永無bug

No Code

No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.

Getting Started

Start by not writing any code.

This is just an example application, but imagine it doing anything you want. Adding new features is easy too:

The possibilities are endless.

Building the Application

Now that you have not done anything it"s time to build your application:

Yep. That"s it. You should see the following output:

Deploying

While you still have not done anything it"s time to deploy your application. By running the following command you can deploy your application absolutely nowhere.

It"s that simple. And when it comes time to scale the application, all you have to do is:

I know right?

Contributing

You don"t.

本文轉載自【程序人生】

喜歡這篇文章嗎?立刻分享出去讓更多人知道吧!

本站內容充實豐富,博大精深,小編精選每日熱門資訊,隨時更新,點擊「搶先收到最新資訊」瀏覽吧!


請您繼續閱讀更多來自 程序員之家 的精彩文章:

抖音和知乎,為什麼總讓你無法自拔?
揭秘世界五大著名黑客

TAG:程序員之家 |