Tag: development practices

  • Terrible Code

    [java] request.setParameter("qualifySkus", getSkusRepository(d, cItem)); [/java] “qualifySkus” is confusing. Is it an array/list/collection of “qualifiedSKUs” or a flag that’s a result of “qualifyingSkus” or…. “qualifySKus” should be a constant with a nice comment, not an in-line String. The method getSkusRespository seems like it would return a catalog repository, doesn’t it? Instead it takes in a List…

  • Project Process – ATG Development Practices

    I haven’t written a text description of this process yet, sorry. I’ve been really busy working on two upcoming things from Spark::red that I think you’ll all appreciate, so bear with me.

  • Project Roles – ATG Development Practices

    Let’s define some roles for a full life-cycle ATG Development effort. Your company may not be arranged exactly like this, but it’s a good baseline I think. Client Representative The single face of the client. The sole conduit to and from the client. Project Manager/Dev Manager The owner of the schedule, resources, project status, and…

  • Starting Assumptions – ATG Development Practices

    We need to start with some basic assumptions to guide our solution. Here is my initial list: The applications being built will be important commerce or personalization sites, but will not be the sort of critical applications like nuclear plant software or air traffic controlling programs which require massive testing and documentation The team may…

  • ATG Development Practices

    In a series of blog postings, and hopefully with substantial input from the ATG community, I am going to try to define ATG development best practices. From how to run a development project, to coding standards, and more. I know it will be impossible to make a perfect set of practices for everyone, there is…

PHP Code Snippets Powered By : XYZScripts.com