Scrum Master Training Useful to Dev?

Hamster

Resident Rodent
Joined
Aug 22, 2006
Messages
42,928
Yes, I still want to learn Rust at some stage. Time is always a problem. Sigh.

Same, but need a work project to actually get into it. A bit of a brain fsck especially if you come from something like Go, but can definitly see the appeal.
 

[)roi(]

Executive Member
Joined
Apr 15, 2005
Messages
6,282
In my experience, NPE's in Scala code are rare, except when using Java libraries. Scala naturally pushes one towards Option types and val variables. But it will allow you to go "unsafe" where need be or if you are masochistic.
Sounds a lot like Swift, strict overall, but you can go unsafe at the same level as C & C++ when you need to.
 
Last edited:

gkm

Expert Member
Joined
May 10, 2005
Messages
1,519
[)roi(];18210075 said:
Sounds a lot like Swift, strict overall, but you can go unsafe at the same level as C & C++ when you need to.

I have only seen some bits of Swift at conferences and on the internet, so personally cannot say, but typing "Swift vs Scala" into Google seems to indicate they are super close, as you say.
 
Top