Programming will become a big part of my life...I think. hahaha
but I am wondering...if I will that happy that I always need to see code in my life.
What do you think when you see something as simple as this?
def self.authenticate(userName, password)This is only 1/1000 of our coding lines...hahaha...
find(:first, :conditions => ["userName = ? and password = ?", userName, Digest::SHA1.hexdigest(password)])
end
This might be harder than many fields out there, but I guess if I like it, I should be ok with it? ;)
No comments:
Post a Comment