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)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks 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)

PHP Logging: Best Practices for PHP Log Analysis PHP Logging: Best Practices for PHP Log Analysis Mar 10, 2025 pm 02:32 PM

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

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

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