|
|
|
|
|
by nailer
5676 days ago
|
|
All languages have problems with scale, including C and Java, which most programmers don't know how to deal with either. If you can make something (or likely many things, quickly) you can be lucky enough to get the point where scale is a problem. At which point you can pick up these skills where you need them - they're not difficult, especially if they directly apply to a problem domain you're working on rather than a arbitrary one. The Rails guys I know who these issues typically end up with a quick move to JRuby and pick up what they need. If you can't make something quickly, all the premature optimization won't help you with the problems you'll never have. |
|