Should I make this an Article or Tip?
-
I translated a portion of this[^] code to C# for converting and merging f4f fragments into a single flv. I want to share that C# code on code project, but I don't intend to give a complete explanation of internal working.I'll just give a little summary. Should I consider writing an Article for this or just share it as Tip? Thanks
-
I translated a portion of this[^] code to C# for converting and merging f4f fragments into a single flv. I want to share that C# code on code project, but I don't intend to give a complete explanation of internal working.I'll just give a little summary. Should I consider writing an Article for this or just share it as Tip? Thanks
Umair Amin wrote:
I don't intend to give a complete explanation of internal working.I'll just give a little summary.
That makes it a Tip; an article is expected to have a fully detailed description of how the code works, what it does, and how it can be implemented by others.
One of these days I'm going to think of a really clever signature.
-
Umair Amin wrote:
I don't intend to give a complete explanation of internal working.I'll just give a little summary.
That makes it a Tip; an article is expected to have a fully detailed description of how the code works, what it does, and how it can be implemented by others.
One of these days I'm going to think of a really clever signature.
Thanks. I'll make this a tip