Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 530 Bytes

2014-03-05.md

File metadata and controls

24 lines (15 loc) · 530 Bytes

Hemant

In Ruby I think there are two types of constants:

# Type 1 constant
class User; end
# Type 2 constant
class User
  EmailRegexp = /\A(.+)\@(.+)\.com\z/
end

Second constant perhaps can be better written as EMAIL_REGEXP

Kashyap

  1. New font by Intel's open source wing: https://01.org/clear-sans

  2. Talk by a Twitter engineer about how they profile their version of JVM. Pretty detailed yet simple to understand and make sense of.

    https://www.youtube.com/watch?v=Yg6_ulhwLw0