Here is what was said:
my understanding is:
seed -> hash function -> private key -> hash function -> master public key (which is what we were sharing)
in my understanding its not a good idea to share public key as if someone had say a quantum computer they might be able to get you private key from it and spend your funds. Which is why electrum generates addresses for recieving rather than using public key (as well as for privacy so ppl cant see how much money you have).
but if you share your seed, you are sharing your private key. which is more dangerous. If your computer breaks all you need is your seed to get access to your money back.
it could be that i have misunderstood something though....
Am actually trying to get to the bottom of my assumptions as the question made me realise that I was basing the assumption on the GUI of electrum which says 'Share Seed or Masterkey'.
Have been digging into the guts here:
http://docs.electrum.org/en/latest/multisig.html
http://docs.electrum.org/en/latest/seedphrase.html
@peg do you have links to resources from which you derived your understanding. It's an important point that we should figure out!