Click here to Skip to main content
15,896,154 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: That's not the same project Pin
BillWoodruff16-Oct-14 8:34
professionalBillWoodruff16-Oct-14 8:34 
GeneralRe: That's not the same project Pin
mikepwilson16-Oct-14 10:51
mikepwilson16-Oct-14 10:51 
GeneralRe: That's not the same project Pin
User 1013254616-Oct-14 20:29
User 1013254616-Oct-14 20:29 
GeneralRe: That's not the same project Pin
daleofcourse16-Oct-14 21:46
daleofcourse16-Oct-14 21:46 
GeneralRe: That's not the same project Pin
Jonas Hammarberg16-Oct-14 22:16
professionalJonas Hammarberg16-Oct-14 22:16 
GeneralRe: That's not the same project Pin
Gary R. Wheeler17-Oct-14 1:36
Gary R. Wheeler17-Oct-14 1:36 
GeneralRe: That's not the same project Pin
BrainiacV17-Oct-14 5:33
BrainiacV17-Oct-14 5:33 
GeneralRe: That's not the same project Pin
bantling17-Oct-14 8:15
bantling17-Oct-14 8:15 
Is this new and different thing in addition to the original file checking?

If so, without knowing anything about the architecture, I'd be inclined to say if this new operation is really that different from the original, then just make a totally different set of code to handle that new job, but package it up in the same project.

Make an initial entry point that just takes in a file and an operation to perform, and it just sends the file to the existing code or the new code, depending on the operation.

You can add any number of different operations that are arbitrarily different from each other using separate sets of code.

Being web-based, you can just have different web pages for different operations.
Greg Hall

greghall@bantling.me

GeneralRe: That's not the same project Pin
loctrice17-Oct-14 10:35
professionalloctrice17-Oct-14 10:35 
RantTesters Pin
Colin Mullikin16-Oct-14 2:56
professionalColin Mullikin16-Oct-14 2:56 
GeneralRe: Testers PinPopular
chriselst16-Oct-14 2:59
professionalchriselst16-Oct-14 2:59 
GeneralRe: Testers Pin
Mike Hankey16-Oct-14 3:04
mveMike Hankey16-Oct-14 3:04 
GeneralRe: Testers Pin
Maximilien16-Oct-14 3:13
Maximilien16-Oct-14 3:13 
GeneralRe: Testers PinPopular
Mladen Janković16-Oct-14 3:14
Mladen Janković16-Oct-14 3:14 
GeneralRe: Testers Pin
Nagy Vilmos16-Oct-14 3:16
professionalNagy Vilmos16-Oct-14 3:16 
GeneralRe: Testers Pin
megaadam16-Oct-14 3:32
professionalmegaadam16-Oct-14 3:32 
GeneralRe: Testers Pin
PIEBALDconsult16-Oct-14 5:28
mvePIEBALDconsult16-Oct-14 5:28 
GeneralRe: Testers Pin
Nagy Vilmos16-Oct-14 5:44
professionalNagy Vilmos16-Oct-14 5:44 
GeneralRe: Testers Pin
Roger Wright16-Oct-14 10:23
professionalRoger Wright16-Oct-14 10:23 
GeneralRe: Testers Pin
Slacker00716-Oct-14 4:17
professionalSlacker00716-Oct-14 4:17 
GeneralRe: Testers Pin
Bassam Abdul-Baki16-Oct-14 4:39
professionalBassam Abdul-Baki16-Oct-14 4:39 
GeneralRe: Testers Pin
PIEBALDconsult16-Oct-14 5:29
mvePIEBALDconsult16-Oct-14 5:29 
GeneralRe: Testers Pin
Fredrik Bornander16-Oct-14 6:32
professionalFredrik Bornander16-Oct-14 6:32 
GeneralRe: Testers Pin
Suraj Sahoo | Coding Passion16-Oct-14 6:56
professionalSuraj Sahoo | Coding Passion16-Oct-14 6:56 
GeneralNNOTD Pin
chriselst16-Oct-14 2:28
professionalchriselst16-Oct-14 2:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.