From Rails to Clojure, Then to Java, Then Back to Rails
engineering-management.space
From Rails to Clojure, Then to Java, Then Back to Rails
1–10 of 157 posts
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#2 Focus on strong object oriented programming
What I've learned from Ruby is to favor functional programming concepts - minimize side effects, isolate state mutation, etc. Ruby is definitely OO, but when my Ruby code is more functional it's less buggy, easier to understand and move around, and generally less convoluted.Re: From Rails to Clojure, Then to Java, Then Back to Rails
#3In the "things learned from Ruby" section: Focus on strong object oriented programming What I've learned from Ruby is to favor functional programming concepts - minimize side effects, isolate state mutation, etc. Ruby is definitely OO, but when my Ruby code is more functional it's less buggy, easier to understand and move around, and generally less convoluted.
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#4Re: From Rails to Clojure, Then to Java, Then Back to Rails
#5I'm surprised by this, to me the language used would be a long way down the list when evaluating an employer.
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#6Another thing I’m getting is that the new kids won’t like rails, and it’s being harder to hire. I'm surprised by this, to me the language used would be a long way down the list when evaluating an employer.
Besides, some languages give you vastly different career prospects (industries you can work in, salaries/rates, environment, etc.)
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#7Another thing I’m getting is that the new kids won’t like rails, and it’s being harder to hire. I'm surprised by this, to me the language used would be a long way down the list when evaluating an employer.
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#8Another thing I’m getting is that the new kids won’t like rails, and it’s being harder to hire. I'm surprised by this, to me the language used would be a long way down the list when evaluating an employer.
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#9Another thing I’m getting is that the new kids won’t like rails, and it’s being harder to hire. I'm surprised by this, to me the language used would be a long way down the list when evaluating an employer.
I self-select myself out of jobs that have specific languages in the job listing if I can't honestly say I've used them professionally.
Re: From Rails to Clojure, Then to Java, Then Back to Rails
#10In the "things learned from Ruby" section: Focus on strong object oriented programming What I've learned from Ruby is to favor functional programming concepts - minimize side effects, isolate state mutation, etc. Ruby is definitely OO, but when my Ruby code is more functional it's less buggy, easier to understand and move around, and generally less convoluted.