Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'frameworks': 0.05; 'framework.': 0.07; 'api': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'django': 0.10; 'subject:python': 0.11; 'ignore': 0.13; 'do,': 0.15; "api's": 0.16; 'argument.': 0.16; 'instance:': 0.16; 'shot.': 0.16; 'subject:Feedback': 0.16; 'wrote:': 0.17; 'trying': 0.21; 'ctypes': 0.22; 'pipe': 0.22; 'cc:2**0': 0.23; "haven't": 0.23; 'random': 0.24; 'cc:no real name:2**0': 0.24; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'developers': 0.26; '(such': 0.27; 'disk': 0.27; 'primarily': 0.27; "doesn't": 0.28; 'all.': 0.28; 'chris': 0.28; 'pile': 0.29; 'no,': 0.29; "i'm": 0.29; 'that.': 0.30; 'framework': 0.30; 'could': 0.32; 'getting': 0.33; 'goes': 0.33; 'traditional': 0.33; 'utility': 0.33; 'likely': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'described': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'really': 0.36; 'but': 0.36; 'too': 0.36; 'october': 0.37; 'two': 0.37; 'why': 0.37; 'rather': 0.37; 'received:209': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'your': 0.60; 'from:no real name:2**0': 0.60; 'further': 0.61; 'first': 0.61; 'side': 0.61; 'more': 0.63; 'touch': 0.69; 'business': 0.70; 'ala': 0.84; 'hate': 0.93 Newsgroups: comp.lang.python Date: Sat, 13 Oct 2012 11:18:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.88.33.244; posting-account=s5n-HgoAAAADkPp3Xa9skJeRDkBou06u References: <634c9dca-e64d-40c6-b9d5-cf04a86a220a@googlegroups.com> <4c7a82ca-de0c-4b8b-a128-9ecd1b4c8b31@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 173.88.33.244 MIME-Version: 1.0 Subject: Re: Feedback on my python framework I'm building. From: nbvfour@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350152329 news.xs4all.nl 6924 [2001:888:2000:d::a6]:45078 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31212 On Saturday, October 13, 2012 12:48:23 PM UTC-4, Chris Angelico wrote: > No, I don't, because I haven't tried to use it. But allow me to give > two examples, one on each side of the argument. >=20 > The 'tee' utility is primarily for writing a pipe to disk AND to > further pipelining, for instance: Could you please spent 10 minutes to read through the tutorial? The 'tee' u= nix utility and ctypes describes the way giotto goes about it business very= well. Traditional web frameworks (such as django and rails) are too much o= f a 'magic the gathering' for my taste, which is why I'm writing giotto. I'm really not looking for general "why I hate frameworks" criticism. I'm l= ooking for specific criticism of the framework that I am writing. > This is, in my opinion, not a good thing. If you have to change your > API radically to support something you just thought of, then something > you still haven't thought of may require another radical API change. Not all api's get it right on the first shot. I'm more interested in gettin= g it right, rather than patching together a bunch of random 'fixes' ala PHP= . > The only way to support *absolutely everything* is to do nothing - to > be a framework so thin you're invisible. (That's not to say you're You just described what Giotto is trying to do, since Giotto doesn't touch = the model at all. > This is why I say it's likely not a good thing that your framework > *forces* the separation of model/view/controller. You make it > impossible to temporarily ignore the framework. Exactly. When you 'break out of the framework' you pile on technical debt. = I want to force developers to not do that.