Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc,alt.comp.os.windows-11 Subject: Re: Microsoft Is Abandoning Windows 11 SE Date: 11 Aug 2025 20:32:24 GMT Lines: 14 Message-ID: References: <106mke5$1di32$1@dont-email.me> <106ukm1$35g8p$3@toylet.eternal-september.org> <106v67a$1cgol$1@news1.tnib.de> <106vfvv$3bpmd$1@toylet.eternal-september.org> <106vi4r$3c9cr$2@dont-email.me> <3ihcmlx47d.ln2@Telcontar.valinor> <107070d$3hvho$1@dont-email.me> <1071hb2$3qqje$2@toylet.eternal-september.org> <1071jbr$3ra8s$1@dont-email.me> <10746fg$h625$2@dont-email.me> <20250808081850.00002e14@gmail.com> <1075pla$ukab$1@dont-email.me> <20250808144937.000021b1@gmail.com> <107777t$17kq4$7@dont-email.me> <%z7mQ.326446$2Yg8.52122@fx12.iad> <107cjmo$2g8mr$12@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net gCnPC8Ju3SrJb+Clvr4EMAaN+NDRQojfdXIiy/Kj4i5U3jUGEU Cancel-Lock: sha1:P3Ww4hA9a+cxlT6hQooQX821X6o= sha256:jeVksYIIUimbtnJoA96pYxOlTLjWl+tt91K54LRVaEo= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:70803 alt.comp.os.windows-11:21937 On Mon, 11 Aug 2025 12:20:56 +0100, The Natural Philosopher wrote: > I HATE operaor overloading. It certainly can be abused but I do use it within a class, particularly for comparison operators. For example, in Python I might redefine the __eq__ dunder if an object has five fields and I want to exclude one, say a timestamp, from the comparison. I do the same in C#. Most of my C++ in the last decade or so has be to use the Esri C++ API and isn't very fancy. It's another one of the features that is valuable if used correctly and a disaster if someone uses it just because they can without thinking it through.