Re: One function name, two return types?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Andrew Morton wrote:
That's what I'm doing now, unfnortuantly longer names and my typoing ability... :-)

With intellisense you rarely have to type the entire names, so I don't really see long method names as a problem.

Besides, if you really think that the typing is the hardest part of programming, you can't be writing any challenging code... ;)

--
Göran Andersson
_____
http://www.guffa.com
.



Relevant Pages

  • Re: sync_file_range(SYNC_FILE_RANGE_WRITE) blocks?
    ... On Sat, 31 May 2008, Andrew Morton wrote: ... SYNC_FILE_RANGE_WRITE (after writing) takes a significant amount of time, ... It will block on disk queue fullness - sysrq-W will tell. ... What a disappointment, though it's understandable. ...
    (Linux-Kernel)
  • Re: undefined reference to `__clear_user (was: Re: [patch 2/13] signal/timer/event fds v10 - sig
    ... On Sun, 13 May 2007, Andrew Morton wrote: ... implements reading and writing can use the __ functions. ...
    (Linux-Kernel)
  • Re: about override
    ... I have never seen the latter way of writing it before you pointed it out, ... The first way is the preferred, and intellisense will in fact swap the latter with the first, although readability might argue the latter is the better. ... Morten Wennevik [C# MVP] ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: NFS write OOPS with 2.6.29.2
    ... On Mon, 4 May 2009, Andrew Morton wrote: ... With plain kernel 2.6.29.2 I get the following OOPS when ... writing lots of small files on the client system: ...
    (Linux-Kernel)
  • Re: ToString does not work in my example
    ... If I for example do the following I get the intellisense ... It works if I just check string s when debugging I can see that the ... writing ...+ secondOperand). ...
    (microsoft.public.dotnet.languages.csharp)