How do you email source code without getting flagged as spam?

前端 未结 6 673
我在风中等你
我在风中等你 2021-01-24 02:01

When replying to a post (for example on Craiglist) that asks for sample code, is there a way to be (reasonably) sure of delivery?

Here\'s the problem, stated as possible

相关标签:
6条回答
  • 2021-01-24 02:19

    I usually send a link to my SVN repository. another option is pastebin

    0 讨论(0)
  • 2021-01-24 02:35

    If it's only one file just rename it as a text file.

    0 讨论(0)
  • 2021-01-24 02:35

    A zip file seems fine. It shouldn't get flagged unless there are executables in it. If you have an externally linkable SVN repository, that'd be ideal for some companies, and overkill for others.

    0 讨论(0)
  • 2021-01-24 02:38

    I prefer links to external services or my own server, where the code is usually browsable, syntax-highlighted, etc ..

    0 讨论(0)
  • 2021-01-24 02:40

    I don't send code as email. I put my stuff online using Dropbox and send a download link only.

    http://www.dropbox.com/

    Works perfectly for me and my team.

    0 讨论(0)
  • 2021-01-24 02:46

    Personally I like:

    http://www.sourcepod.com/ or http://pastebin.com/

    0 讨论(0)
提交回复
热议问题