greptilian logo

IRC log for #virtualJUG, 2016-05-11

virtualjug.com

| Channels | #virtualJUG index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
00:45 daftano joined #virtualJUG
02:02 daftano joined #virtualJUG
03:03 daftano joined #virtualJUG
04:05 daftano joined #virtualJUG
05:06 daftano joined #virtualJUG
06:08 daftano joined #virtualJUG
07:09 daftano joined #virtualJUG
07:47 dmitrygusev joined #virtualJUG
08:11 daftano joined #virtualJUG
08:24 millrossjez joined #virtualJUG
08:56 daftano joined #virtualJUG
09:03 daftano joined #virtualJUG
09:41 daftano joined #virtualJUG
10:19 millrossjez joined #virtualJUG
10:28 millrossjez joined #virtualJUG
10:39 millrossjez joined #virtualJUG
10:46 millrossjez joined #virtualJUG
10:51 millrossjez joined #virtualJUG
10:58 millrossjez joined #virtualJUG
11:28 daftano joined #virtualJUG
11:48 millrossjez joined #virtualJUG
11:56 millrossjez joined #virtualJUG
12:05 millrossjez joined #virtualJUG
12:12 millrossjez joined #virtualJUG
12:17 millrossjez joined #virtualJUG
12:18 dmitrygusev joined #virtualJUG
12:23 millrossjez joined #virtualJUG
12:28 millrossjez joined #virtualJUG
12:33 millrossjez joined #virtualJUG
12:42 millrossjez joined #virtualJUG
12:48 daftano joined #virtualJUG
12:57 daftano joined #virtualJUG
13:28 millrossjez joined #virtualJUG
13:37 millrossjez joined #virtualJUG
13:43 millrossjez joined #virtualJUG
13:48 millrossjez joined #virtualJUG
13:54 millrossjez joined #virtualJUG
14:03 millrossjez joined #virtualJUG
14:12 millrossjez joined #virtualJUG
14:25 daftano joined #virtualJUG
14:25 millrossjez joined #virtualJUG
14:27 sandyrao joined #virtualJUG
14:36 millrossjez joined #virtualJUG
14:43 millrossjez joined #virtualJUG
15:12 sandyrao joined #virtualJUG
15:21 millrossjez joined #virtualJUG
15:23 millrossjez joined #virtualJUG
15:48 radcortez joined #virtualJUG
15:48 radcortez hi guys!
15:50 Pragyan joined #virtualJUG
15:51 Vamsi joined #virtualJUG
15:53 Amolbabu joined #virtualJUG
15:54 ranjit joined #virtualJUG
15:58 Venkat joined #virtualJUG
15:58 geoL joined #virtualJUG
15:59 vishnu joined #virtualJUG
15:59 Ursula joined #virtualJUG
15:59 ALN joined #virtualJUG
16:00 rav121 joined #virtualJUG
16:00 sandyrao joined #virtualJUG
16:00 fromCalgary joined #virtualJUG
16:00 radcortez hey guys\
16:00 radcortez we are starting soon :)
16:01 Amolbabu Hello, ok thanks!
16:01 radcortez you can start thinking and sending in your questions :)
16:03 Rajesh joined #virtualJUG
16:04 contumil joined #virtualJUG
16:05 hocine joined #virtualJUG
16:05 PeterN joined #virtualJUG
16:06 ALN Are we starting anytime soon?
16:06 radcortez we are live!
16:06 ALN no audio :(
16:06 radcortez please refresh your web page if you can't see it
16:06 radcortez hum :(
16:06 radcortez can you try another browser?
16:06 ranjit is your speaker on mute, I can hear alright
16:07 radcortez http://www.youtube.com/embed/oBE5iwj-YHQ
16:07 radcortez try directly
16:07 radcortez anyway guys, please, send in your questions :)
16:08 odalinjo joined #virtualJUG
16:08 sib joined #virtualJUG
16:09 ALN joined #virtualJUG
16:09 maryg joined #virtualJUG
16:10 ranjit Q1: What are the use cases where imperative in Java would be better than (efficiency/maintenance) functional?(a reluctant adaptor)
16:10 ranjit Q2: We are switching over to Java8 soon. We will not be spending time to refactor existing code to functional, but new code I would recommend to be written in functional style.
16:10 ranjit This means we will end up with both imperative and declarative code in the code base - is this a bad strategy? why? what are the options?
16:10 radcortez ty
16:10 odalinjo left #virtualJUG
16:12 Antimo joined #virtualJUG
16:12 Arun123 joined #virtualJUG
16:14 Jamey82 joined #virtualJUG
16:15 Sathish joined #virtualJUG
16:18 drgeb joined #virtualJUG
16:22 ranjit great thanks guys
16:22 Antimo joined #virtualJUG
16:22 drgeb Are there any tools that do static analyis to point out benefits in changing code to functional style ?
16:26 Sathish After the change by IDE as mentioned by Simon, running our existing unit test and see whether it passes or not, wont that be sufficient to validate?
16:26 contumil joined #virtualJUG
16:29 radcortez ty guys!
16:29 radcortez send in more!
16:29 Sathish Thanks Venkat for nice answer..
16:30 karstensrage I love this guy
16:30 karstensrage is there going to be a link to this talk afterwards?
16:30 radcortez yes,
16:30 drgeb Thanks for answering!
16:30 radcortez it will be availalbe right after we're done in the youtube channel
16:31 radcortez https://www.youtube.com/user/virtualJUG
16:31 radcortez you can find the 1st part too
16:31 Antimo nice question
16:34 Antimo and nice response....great!!
16:35 radcortez :)
16:37 ranjit :)
16:39 NickVanderhoven joined #virtualJUG
16:39 PeterN Because lamdba can access variable of enclosing scope, is it considered bad as the lamda function has some sort of state?
16:41 radcortez ty
16:41 NickVanderhoven not sure but I think this is the blog post http://blog.agiledeveloper.com/2015/06/lambdas-are-glue-code.html
16:41 sjmaple functional code with state makes me shudder
16:42 grebesche joined #virtualJUG
16:42 radcortez yeah thats the one Nick :)
16:44 sjmaple s/state/mutable state :)
16:49 sjmaple I've got to drop! Thanks to Venkat, Roberto and Ivan!
16:49 sjmaple I won't disturb you on the call :)
16:49 radcortez thanks!
16:49 radcortez go on :)
16:50 millross_ joined #virtualJUG
16:51 millros__ joined #virtualJUG
16:52 ranjit joined #virtualJUG
16:52 radcortez almost done with time guys
16:52 radcortez send in your last questions :)
16:53 VjugFun joined #virtualJUG
16:53 Rohit joined #virtualJUG
16:53 VjugFun Hi All,
16:53 trapor joined #virtualJUG
16:54 NickVanderhoven there is a Google logo on line 1 on my screen
16:55 radcortez hum it's because of hte side menu
16:55 radcortez can you move your mouse out of the window?
16:55 radcortez it should hide
16:55 VjugFun Is this Ruby or Java talk ?
16:56 VjugFun or is there something similar in Java ?
16:56 radcortez java, but venkat was just using a ruby sample
16:56 Guest67959 https://www.agilelearner.com/presentation/500
16:56 VjugFun I see, I just joined
16:56 NickVanderhoven he is pretty polyglot :]
16:56 radcortez yeah :)
16:56 VjugFun Polyglot is te new trend
16:57 VjugFun ;-)
16:57 radcortez :)
16:57 Sathish Still not able to see venkat screen
16:57 Antimo impressive polyflot
16:57 pldupont joined #virtualJUG
16:57 rene-enriquez joined #virtualJUG
16:58 radcortez hum sec
16:59 VjugFun yeyeye
16:59 ranjit joined #virtualJUG
16:59 ahahaha1 thank you!
16:59 ranjit Thank You! Great two sessions
17:00 Guest53921 thanks for a great session
17:00 Sathish Thanks  Venkat for awesome answers and Thanks VJUG for oraganising this session
17:00 Antimo thank you for both session
17:00 VjugFun thank you
17:00 NickVanderhoven thank you! bubye!
17:00 radcortez thank you guys!
17:00 Guest67959 Thanks!
17:00 drgeb Thanks
17:00 drgeb left #virtualJUG
17:05 dmitrygusev joined #virtualJUG
17:21 sun joined #virtualJUG
17:23 dmitrygusev joined #virtualJUG
17:23 karstensrage i really like that guy
17:24 sun like for example, root of the tree is at the top
17:32 radcortez joined #virtualJUG
17:47 ejan joined #virtualJUG
17:50 ejan joined #virtualJUG
18:20 Ursula joined #virtualJUG
18:40 dmitrygusev joined #virtualJUG
18:59 ramsub joined #virtualJUG
19:02 dmitrygusev joined #virtualJUG
19:27 dmitrygusev joined #virtualJUG
20:03 andyserrato joined #virtualJUG
20:26 karstensrage thank you so much for the book club, listening again and its absolutely brilliant
20:35 karstensrage ive never heard anyone say in the same breath that they use TDD but they still dont put 100% confidence in the tests
20:41 daftano joined #virtualJUG

| Channels | #virtualJUG index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

virtualjug.com