Fork me on GitHub
#off-topic
<
2017-10-19
>
mseddon08:10:02

@qqq companion objects are scala's way of lumping static methods together- classes are the pure virtual (non static) members

mseddon08:10:03

traits are sorta-kinda partially implemented interfaces, which are awesome when using them from scala but jvm interop on them is horrible

mseddon09:10:19

also beware- scala is non binary compatible from major versions, so 2.10, 2.11, 2.12 don't interoperate with eachother 😞

mseddon09:10:55

@csm oh, you already explained! yeah it's got lots of lumpy bits eh?

Shantanu Kumar11:10:32

Do folks here tend to favor any particular CSS framework? Bootstrap, Foundation, Skeleton, Pure etc.

sundarj11:10:56

i've used Pure a bunch, it's great.

sundarj11:10:32

(it's by csswizardry)

javamonn14:10:57

I’ve been using tachyons lately, http://tachyons.io/, it takes some getting used to but has completely changed the way I approach styling

podviaznikov23:10:19

same here. Really like it