It feels awkward to me whenever I see 'and' or 'or' in C++, but I guess I will just have to get used to it...
-- Anders On Wed, Mar 19, 2014 at 09:39:20PM +0000, Martin Sandve Alnæs wrote: > Didn't know that was standard. A nice property is that it looks closer to > python which many of us work a lot with obviously. > > Martin > > 19. mars 2014 12:14 skrev "Chris Richardson" <[email protected]> følgende: > > > This is not actually C++11 related, but see: > > http://stackoverflow.com/questions/2376448/ > the-written-versions-of-the-logical-operators > > What do people think about replacing these symbols "&&" and "||" with > words > "and" and "or"? > I think it enhances readability and reduces the chance of bugs. > > > _______________________________________________ > fenics mailing list > [email protected] > http://fenicsproject.org/mailman/listinfo/fenics _______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
