Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #168177
| Newsgroups | comp.lang.c |
|---|---|
| Date | 2022-11-14 00:39 -0800 |
| References | <9822ed97-2d42-4ffc-bf82-267b3c1d987dn@googlegroups.com> <87wn7zvvra.fsf@bsb.me.uk> <1841d712-8fc1-4a2e-a7b6-7edd25e45224n@googlegroups.com> <87edu6w8u5.fsf@bsb.me.uk> <0eea4d00-bca7-4e15-9604-9ca647214e62n@googlegroups.com> |
| Message-ID | <91d00414-4e11-4eb2-ba5a-e075bf57dd09n@googlegroups.com> (permalink) |
| Subject | Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 |
| From | Öö Tiib <ootiib@hot.ee> |
On Monday, 14 November 2022 at 07:19:02 UTC+2, amitchou...@gmail.com wrote: > > So I'm not sure why you posted the code. If you want people to know of > > the software's existence (so that it might be used), then you should > > post a link to the documentation. > > Didn't understand why you said to post an external link to documentation. > > In my opinion, the documentation and code should go together. > > Next time, I will include the documentation in the code itself. If you want to hear about other such C container effort then maybe read that: <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1625.pdf> In general better post your external project that you hope to be useful as link to public repo. Like for example github. Then people know that it will be there, can put their issues directly to issue management of it and if interested about particular version of it can share the link to others. Only novice goes to search and copy-paste code from some forum post. Very rare novice knows where Usenet is, most posts time out fast on Usenet servers and whatever code looks like garbage in google groups archives. Documentation in particular is usually easier to read as formatted and structured differently than source code for example as markdown (*.md) files. Push those also to repo, do not try to integrate everything to source code. You may have different opinion now but don't be surprised if that opinion does change.
Back to comp.lang.c | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Generic Linked List Library (similar to C++ STL list) - version 1.0 Amit <amitchoudhary0523@gmail.com> - 2022-11-13 00:40 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-13 13:17 +0000
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Amit <amitchoudhary0523@gmail.com> - 2022-11-13 05:46 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-14 02:47 +0000
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Amit <amitchoudhary0523@gmail.com> - 2022-11-13 21:18 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Öö Tiib <ootiib@hot.ee> - 2022-11-14 00:39 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Amit <amitchoudhary0523@gmail.com> - 2022-11-14 01:14 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Ben Bacarisse <ben.usenet@bsb.me.uk> - 2022-11-14 12:25 +0000
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Amit <amitchoudhary0523@gmail.com> - 2022-11-14 06:25 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-14 09:03 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-11-14 09:16 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-13 12:58 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-11-14 01:32 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Po Lu <luangruo@yahoo.com> - 2022-11-14 17:47 +0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Amit <amitchoudhary0523@gmail.com> - 2022-11-14 02:07 -0800
Re: Generic Linked List Library (similar to C++ STL list) - version 1.0 Andrey Tarasevich <andreytarasevich@hotmail.com> - 2022-11-14 08:57 -0800
csiph-web