Fork me on GitHub
#ldnclj
<
2016-01-18
>
thomas09:01:20

welcome to a new week

agile_geek12:01:07

@thomas had a long argument the other day over whether a week starts on Monday or Sunday so not sure I accept your assertion 😉

mccraigmccraig12:01:12

@agile_geek: if you accept the assertions that each day of the week is in exactly one of the three sets [beginning, middle, end], and that sunday is a day of the week-end, then the week must begin on monday ?

xlevus12:01:22

@agile_geek: I had the same argument with the wife, who puts sunday first on her calendar (wtf?!)

xlevus12:01:54

pointed out ISO standards and told her she was wrong.

xlevus12:01:01

did not go down well 😆

thomas12:01:21

I thought it was a US/European thing.

xlevus12:01:04

It's a religion thing

thomas12:01:47

yes.... 7th day being a rest day... therefore it is the end of the week.

xlevus12:01:56

well, yes. but nope

xlevus12:01:03

either way, it's all irrelevant. ISO 8601 says the first day of the week is Monday. and without ISO dates would be (even more) MADNESS.

mccraigmccraig12:01:15

@xlevus: did you try the unique set membership approach on your wife ?

xlevus12:01:22

@thomas: I believe that in Judaism, the sabbath is 'Saturday'. But then the Romans were like "Day of rest is now SUNDAY. Sux2bjew."

mccraigmccraig12:01:13

@xlevus: my wife is jewish. she says the first day of the week is monday

mccraigmccraig12:01:37

she obviously bought the roman kool-aid

xlevus12:01:59

@mccraigmccraig: Possibly because that's when people go to work. afaik (very little) they go to work on Sunday in Israel.

xlevus12:01:33

and there's enough different versions of Christianity, they can't make their mind up when the week starts.

mccraigmccraig12:01:48

bloody judean people's front

xlevus12:01:27

@mccraigmccraig: You mean, the peoples front of Judea?

thomas12:01:47

thinking about it... most I care about is when the weekend starts...

agile_geek13:01:44

The're all splitters

mccraigmccraig14:01:43

thoughts requested - i've got 4 repos, model, api, eventproc & ui. the api, eventproc and ui all depend on the model. when i make a change to the model and update its version, all of the others need a new version. how to maintain/update version numbers ?

minimal14:01:08

did you try lein unison?

mccraigmccraig14:01:10

not yet - thought i'd ask what others are doing before trying out a particular solution

agile_geek14:01:00

no idea but I'd be interested in what people are doing around this.

tcrayford22:01:20

@mccraigmccraig: put them all in the same repo and lein project, porblem solved

mccraigmccraig23:01:22

there are separate artefacts for api, eventproc & ui... one repo could work, but multiple projects are required...