From ff4265e5558ea1f5ab472704089e392584257b04 Mon Sep 17 00:00:00 2001 From: Louie Tan Date: Sat, 17 Aug 2019 23:15:26 -0700 Subject: [PATCH] Revert "Fix wording." This reverts commit eaa9f339a12c879527b88146b8e038b5d68fa889. --- contents/picking-a-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/picking-a-language.md b/contents/picking-a-language.md index fea1834a..eea46e26 100644 --- a/contents/picking-a-language.md +++ b/contents/picking-a-language.md @@ -19,7 +19,7 @@ Most of the time, it is recommended that you use a language that you are extreme If you are under time constraints, picking up a new language just for interviewing is hardly a good idea. Languages take time to master and if you are already spending most of your time and effort on mastering algorithms, there is barely spare effort left for mastering a new language. If you are familiar with using one of the mainstream languages, there isn't a strong reason to learn a new language just for interviewing. -If you have been using Java at work for a while now and do not have time to be comfortably familiar with another language, I would recommend just sticking to Java instead of picking up Python from scratch just for the sake of interviews. Doing so, you can avoid having to switch context between languages during work vs interviews. Most of the time, the bottleneck is in the thinking and not the writing. It takes some getting used to before one becomes fluent in a language and be able to wield it with ease. +If you have been using Java at work for a while now and do not have time to be comfortably familiar with another language, I would recommend just sticking to Java instead of picking up Python from scratch just for the sake of interviews. Doing so, you can avoid having to context switch between languages during work vs interviews. Most of the time, the bottleneck is in the thinking and not the writing. It takes some getting used to before one becomes fluent in a language and be able to wield it with ease. ## The exception to the norm