Table of Contents
回复内容:
Home Backend Development PHP Tutorial 想在工作之外多学习1-2门编程语言,哪一个更有投资价值?

想在工作之外多学习1-2门编程语言,哪一个更有投资价值?

Jun 17, 2016 am 08:31 AM

回复内容:

“不到5年的程序猿,会一些C#/JAVA/OC(cocoa)以及前端工程。客户端、Web、App都做过。”

那么我猜测你每一样都是浅尝即止 。

既然如此,你对剩下这些语言有这么粗浅而错误的理解,也就不令人意外了。了解一个东西,不能光听别人怎么说,把网络段子拿来当自己的观点这可不行,PHP是最好的语言这种话听听就好别真信。

另外你贴的那个代码,首先它不符合PHP语法,看着应该是js,你作为一个搞过Web的程序员,看不出来也真是6;其次这是一个简单的赋值,跟操作cookie还离得很远,起码还应该配合一个把对象序列化为cookie字符串的函数。

综上,我认为你所谓的“会一些C#/JAVA/OC(cocoa)以及前端工程”、“客户端、Web、App都做过”,其含金量相当可疑。你可以先不忙学新的东西,当务之急是回头把旧知识都再补一补课。 “服务器提了一个问题,我们正在紧张的撰写答案”用的是 Tornado,装逼失败。 “没明白为什么一坨一坨的回调能这么火” 说明你对node JS的理解停留在不如根本没听说过的阶段
多了解几种不同编程范式的语言有益于你对编程的理解,但不代表“会”的语言越多就越牛逼,你会用100种语言写hello world,有个卵用 我个人认为我自己使用过的语言算是不少的。最早用vb, pascal写小程序,后来做网页使用过javascript。有两年java的使用经验,3年C++,3年python的经验。这么多语言用下来。其实所得到的东西可能还没有读一本讲计算机原理和操作系统原理的书所学到的东西多。
所以我的建议是,打好基础。多看看计算机原理,操作系统,编译原理,数据结构和算法,可能会有很不错的收获。
但是我认为Ruby(ROR)适合帮助创业公司撑过A轮,然后用java/.Net重写。
我不知道你这个想法是怎么产生的,可以负责任的告诉你,Ruby支撑到Github估值超过10亿美元,好像也没有Java和.net什么事。

什么叫值得投资? 感觉你学语言的出发点就有问题。 真不知道该说些什么了。

谢邀。 学习C++和面试算法
你创业失败了
就靠他去找工作通过面试了(逃 你接触过的语言不少了,不如沉下来精通一两门。 如果你用OOP, 尝试一下functional programming
如果你用静态语言,尝试一下动态语言。
如果你做Web开发,尝试一下native开发,比如android,iOS。
如果你还在用windows,试试linux或者mac

以上反之亦然,跳出舒适区,尝试一些新的东西,会发现有意想不到的收获。

BTW:
楼主状态跟我挺像,分享一个我去年的学习总结:
witcheryne.iteye.com/bl


Non-stop thinking, non-stop learning

想在工作之外多学习1-2门编程语言,哪一个更有投资价值? Haskell Rails可以让创业公司撑得不缺钱随便搞为止。参考Twitter。我用PHP、PYTHON都写过项目,都无法替代Rails的高效、优雅和便利性。
想在工作之外多学习1-2门编程语言,哪一个更有投资价值? 想在工作之外多学习1-2门编程语言,哪一个更有投资价值? 想在工作之外多学习1-2门编程语言,哪一个更有投资价值?
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Explain JSON Web Tokens (JWT) and their use case in PHP APIs. Apr 05, 2025 am 12:04 AM

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

Describe the SOLID principles and how they apply to PHP development. Describe the SOLID principles and how they apply to PHP development. Apr 03, 2025 am 12:04 AM

The application of SOLID principle in PHP development includes: 1. Single responsibility principle (SRP): Each class is responsible for only one function. 2. Open and close principle (OCP): Changes are achieved through extension rather than modification. 3. Lisch's Substitution Principle (LSP): Subclasses can replace base classes without affecting program accuracy. 4. Interface isolation principle (ISP): Use fine-grained interfaces to avoid dependencies and unused methods. 5. Dependency inversion principle (DIP): High and low-level modules rely on abstraction and are implemented through dependency injection.

How to automatically set permissions of unixsocket after system restart? How to automatically set permissions of unixsocket after system restart? Mar 31, 2025 pm 11:54 PM

How to automatically set the permissions of unixsocket after the system restarts. Every time the system restarts, we need to execute the following command to modify the permissions of unixsocket: sudo...

Explain the concept of late static binding in PHP. Explain the concept of late static binding in PHP. Mar 21, 2025 pm 01:33 PM

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

How to send a POST request containing JSON data using PHP's cURL library? How to send a POST request containing JSON data using PHP's cURL library? Apr 01, 2025 pm 03:12 PM

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...

Framework Security Features: Protecting against vulnerabilities. Framework Security Features: Protecting against vulnerabilities. Mar 28, 2025 pm 05:11 PM

Article discusses essential security features in frameworks to protect against vulnerabilities, including input validation, authentication, and regular updates.

Customizing/Extending Frameworks: How to add custom functionality. Customizing/Extending Frameworks: How to add custom functionality. Mar 28, 2025 pm 05:12 PM

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.

See all articles