Deutsch English Français Italiano |
<vaj46o$2kusd$2@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Bart <bc@freeuk.com> Newsgroups: comp.lang.c Subject: Re: Top 10 most common hard skills listed on resumes... Date: Tue, 27 Aug 2024 00:47:36 +0100 Organization: A noiseless patient Spider Lines: 39 Message-ID: <vaj46o$2kusd$2@dont-email.me> References: <vab101$3er$1@reader1.panix.com> <vad7ns$1g27b$1@raubtier-asyl.eternal-september.org> <vad8lr$1fv5u$1@dont-email.me> <vaf7f0$k51$2@reader1.panix.com> <vafgb2$1to4v$2@dont-email.me> <vafkdk$1ut4h$2@raubtier-asyl.eternal-september.org> <20240825192810.0000672c@yahoo.com> <vafs6u$21ofd$1@raubtier-asyl.eternal-september.org> <vafsst$20j4p$3@dont-email.me> <vaj3c4$2lb2c$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 27 Aug 2024 01:47:36 +0200 (CEST) Injection-Info: dont-email.me; posting-host="0eb40e535de99d049ec5580a004404e4"; logging-data="2784141"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18OXu1/EMWXqsp0gERg3VgF" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:TNpooJPWWwRN7gkSBaVQH4gxHxE= Content-Language: en-GB In-Reply-To: <vaj3c4$2lb2c$1@dont-email.me> Bytes: 2744 On 27/08/2024 00:33, Janis Papanagnou wrote: > On 25.08.2024 20:24, Bart wrote: >> On 25/08/2024 19:12, Bonita Montero wrote: >>> Am 25.08.2024 um 18:28 schrieb Michael S: >>> >>>> Define "abstraction". > > This could have been looked up online (e.g. in a Wikipedia article). > >>> >>> OOP, functional programming, generic programming, exceptions. > > (And there are yet more.) > >> >> That isn't surprising. The code you constantly post always uses the most >> advanced features, uses every toy that is available, and the most >> elaborate algorithms. > > I'm not sure in what bubble you lived the past decades. The listed > abstraction examples date back to the 1960's. They were realized in > many programming languages, Perhaps not so much in the ones people used. Assembly? Fortran? Cobol? There have always been academic languages. including long existing ones as well as > many contemporary ones. I suggest to try to understand the concepts > if you want to reach the next experience level. :-) I sometimes use (and implement) such features in scripting code which has the support to use them effortlessly. I've rarely needed them for systems programming. My comments were in connection with their clunky and abstruse implementations in C++, and BM's habit of posting C++ code full of gratuitous uses of such features.