Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6861317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:31:10+00:00 2026-05-27T02:31:10+00:00

Is there a naming convention for the following scenario: I have a project which

  • 0

Is there a naming convention for the following scenario:

I have a project which will basically act as an ETL layer, so it will take in “something”, transform it and output “something”. Most of the times this is db or csv input and xml or db output. I am not too sure about using Input and Output as they have file specific connotations.

I am wondering if there is a convention for the input and output side of things e.g.
IInput, ISource
IOutput, ITarget, IDestination

Is there an accepted convention?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:31:11+00:00Added an answer on May 27, 2026 at 2:31 am

    If you look at .NET, their solution to input / output (if you look at the streams) is to have a base stream and then stream that inherits from that stream, incorporating the name of the object (MemoryStream, FileStream). The direction is not promoted to be a part of the file neither it is promoted to be implemented in a separate stream object. Instead the base stream asumes bi-directional data flow and provides a holders (properties) that the inheritor can set to explicitly say if it supports both directions or just one of them (CanRead and CanWrite in the stream scenario).

    From there they have two helper objects which implement read / write (StreamReader and StreamWriter) on the base stream (not using any of the concrete implementation methods, just the base Write, Read, Seek methods).

    So they are basically splitting the Stream not by the data direction (input / output) but by the type of the underlying datasource (Memory, File, etc).

    The StreamReader and StreamWriter simply take advantage of the Contract that the base Stream object imposes on all of its successors. Not quite sure if this is applicable in your case but I think it is woth to think about it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have many js files, with some naming convention. If there any tool that
Is there a convention for naming private functions in bash? I have a bash
Is there a naming convention for a class which manages serialization and de-serialization of
I am writing a script which will basically do the following: Read from a
I have the following code which I am are currently using .... Basically, this
Is there any way to create a naming convention for my primary key constraints
Is there any official/unofficial/informal convention for alt+key namings ? maybe, Microsoft have some internal
Is there a naming convention or maybe some guideline on how to name function
When using Entity Framework 4.1, are there alternatives to the naming conventions for Navigation
Are there special restrictions for naming an event handler under GWT UIBinder? UI template:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.