We are not going to remove fs.exists.

On Sunday, August 19, 2012, Nathan Rajlich wrote:

> I'd be more inclined to just remove it. Use fs.stat() instead, or even
> better just *do* whatever it is with the file that you're trying to
> do. Checking for file "existence" is an anti-pattern.
>
> On Sun, Aug 19, 2012 at 4:04 AM, Bruno Jouhier 
> <bjouh...@gmail.com<javascript:;>>
> wrote:
> > +1.
> >
> > It already got moved from "path" to "fs" and people did adjust to the
> > change. Why not shake it one more time and fix it (or remove it)?
> >
> >
> > On Sunday, August 19, 2012 12:01:54 PM UTC+2, Robert Gould wrote:
> >>
> >> Node has broken backwards compatibilty before and will in the futre, why
> >> not just deprecate fs.exists and remove it in 0.9? As THE black sheep in
> >> node.js it does more hurt by being there, then not being there. Not
> needed
> >> and not much use beyond being an insider joke for people that have been
> >> around from the start
> >
> > --
> > Job Board: http://jobs.nodejs.org/
> > Posting guidelines:
> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> > You received this message because you are subscribed to the Google
> > Groups "nodejs" group.
> > To post to this group, send email to nodejs@googlegroups.com<javascript:;>
> > To unsubscribe from this group, send email to
> > nodejs+unsubscr...@googlegroups.com <javascript:;>
> > For more options, visit this group at
> > http://groups.google.com/group/nodejs?hl=en?hl=en
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com<javascript:;>
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com <javascript:;>
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to