Giter Site home page Giter Site logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 22, 2024
I find Jeffery's arguments (from google groups) pretty compelling here; I think 
we'll
pass on implementing this functionality.

---
Jeffrey Yasskin <[email protected]>
Subject: Re: proposal for "last" support
To: google-ctemplate <[email protected]>
Date: Tue, 2 Sep 2008 14:48:20 -0700 (PDT)
Reply-To: [email protected]                                     


On Aug 31, 1:06 am, zealsoft <[email protected]> wrote:
> I'm happy that there is a new feature, "separator" sections, is added
> to the latest version. I want a similar section call "last", which is
> only shown in the last section.
>
> I currently write a C code generator using CTemplate. I wish my
> template looks like following:
>
> {{#CODE_SEC}}
> {{#CODE_SEC_seperator}} case {{CASE_NUMBER}}:{{/CODE_SEC_seperator}}

Note that this won't include the case ##: header on the first
iteration of the section -- probably not what you want. You need some
unconditional text at the beginning of the section, not a separator.

> {{#CODE_SEC_last}}default:{{/CODE_SEC_last}}
>
> ...
>
> {{/CODE_SEC}}

What would you put into CODE_SEC that would work for both ordinary
cases and the default: case? Usually defaults are enough different
that you couldn't use the same template variables anyway, and you
should instead put some text just after the section.

I'd be worried that if this gets implemented ("Put some text between
the last and second to last iterations of a section"), there'd also be
another request for "put some text between the first and second
iterations", and another for "put some text on every even section
boundary", and ....


Original comment by [email protected] on 10 Sep 2008 at 7:34

  • Changed state: WontFix
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from ctemplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.