GithubHelp home page GithubHelp logo

syhlion / effectivego-tw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ronmi/effectivego-tw

0.0 2.0 0.0 107 KB

非官方的 https://golang.org/doc/effective_go.html 正體中文翻譯

License: Other

effectivego-tw's Introduction

Effective Go 正體中文翻譯

特殊字詞的翻譯

識別子 Identifier

對於某個東西所給予的名稱,比如變數的名稱是識別子、自訂型別的名稱是識別子,套件的名稱也是識別子。

語句 Statement

程式執行的最小單位,俗稱「一行」;但有時一行中會有好幾個語句。

敘述 Expression

組成語句的單位,通常由識別子、運算子和關鍵字依特定的順序組成。

函式 Function

沒有綁定在任何型別上的子程序。

方法 Method

綁定在特定型別上的子程序。

靜態表達式 Static literal

編譯時期就能確定其值的敘述,例如常數或是常數的運算。

License

See License file

effectivego-tw's People

Contributors

ronmi avatar

Watchers

James Cloos avatar Scott avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.