What do you feel are the biggest problems with the programming community at large?
Name:
Anonymous2017-03-02 22:06
if you're implying that you'd rather closing files was hooked into GC: just no. this is a terrible idea.
Name:
Anonymous2017-03-02 22:18
I think any language with GC has closing files hooked into GC, since you won't be able to reach them anymore anyway. It's still a bad idea to leave closing the files to the garbage collector.