Tweets for 2009-07-10
- Hibernate query cache considered harmful http://bit.ly/wHvxC
by @puredanger in reply to puredanger # - @shrinik Always. But to try to keep it low
in reply to shrinik # - @shrinik It shouldn't be used as a productiveness benchmark – but instead as an expressiveness indicator. Better code always takes fewer LOC in reply to shrinik #
- @shrinik KLOCs. Poor metric for productivity imo. in reply to shrinik #
- Concluded. Git is actually far easier to use than CVS / SVN. It just happens to open up many more capabilities. #
- @chriscanal It does provide a far more powerful version management capabilities. Boils down to whether one is likely to need them. in reply to chriscanal #
- @shrinik Not at all. Creativity is destroyed by a desperate march to productivity. Controlled creativity boosts productivity. in reply to shrinik #
- RT: @dnene @shrinik Not at all. Creativity is destroyed by a desperate march to productivity. Controlled creativity boosts productivity. #
- LOL RT: @KentBeck ibm's agile maturity model is like old lady looking in her closet n declaring all her old clothes to be the latest fashion #
- http://tinyurl.com/kw39mr from @KentBeck reminded me of a post I wrote in march abt agile process maturity models http://tinyurl.com/cb956r #
- RT: @davetron5000: Good software design isn't about planning ahead for everything, but making it easy to adapt to the future #
- I am struggling to figure out how to handle state in functional programming. Any sample code or blog posts out there ? #
- @markandey Like a global context object ? Wouldn't that lead to functional programming with side effects ? in reply to markandey #
- @kaleidic In a biz txn processing scenario the database is the state. so how does one combine FP with stuff that manipulates the database ? in reply to kaleidic #
- @kaleidic Another one I haven't been able to figure out is whats the equivalent implementation of a State Machine in FP ? in reply to kaleidic #
- I meant equivalence from an intent of software perspective .. could be modeled completely differently than a state machine perhaps in FP. #
- Oops the last tweet was for @kaleidic #