I need faster Employment
I need faster Employment
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Babu Muthukrishnan wrote:Valid name means only Alphabets without special character is one validation.
If you spell O'Reilly correctly, you will get about 25% of the population of Ireland in this category.Paul Clapham wrote:. . . I would estimate the number of Europeans in this category to be in the millions. . . .
That's a pleasureBabu Muthukrishnan wrote:. . . Thanks for response.

What you described doesn't sound like a computing problem in the first place, but organisation of staff entering the data, as Tim said. You can still have problems with misspellings; manual input is a sure‑fire recipe for errors. I am not sure how much help we can give you there.I want manual verification of input data using evidences. . . .
Carey Brown wrote:Are you currently working on a project that needs this capability or is this hypothetical?
Tim Holloway wrote:.......No one here is a legal professional that I know of and legal considerations are extremely locale-dependent anyway.
Paul Clapham wrote:.. Many would implement this to mean only permitting the 26 letters from A to Z, ...
Campbell Ritchie wrote:What you described doesn't sound like a computing problem in the first place, but organisation of staff entering the data, as Tim said. You can still have problems with misspellings; manual input is a sure‑fire recipe for errors. I am not sure how much help we can give you there.
I need faster Employment
If you require data, why are you allowing those dummy data to be entered at all? How do you know that Xyz isn't a valid name? I still think this is a procedure problem rather than a computing problem.Babu Muthukrishnan wrote:. . . Negative scenario Dummy data is entered as Xyz. Xyz is not a valid name. . . .
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Campbell Ritchie wrote:..If you require data, why are you allowing those dummy data to be entered at all? How do you know that Xyz isn't a valid name? I still think this is a procedure problem rather than a computing problem.
Thanks for response. In School and colleges I did not communicate with Teachers about data quality problem. Now only I am communicating the problems via this forum. Sample Test Data mandatory with positive scenario and negative scenario in school computer programs theory and lab. In Computer programming books and Computer programming Languages, Test data is not mandatory. This is the gap. Some quality improvement needed in this area. Thank youTim Holloway wrote:When I was in school, ...
I need faster Employment
Carey Brown wrote:... But it's the procedure that would require that two people view and verify it's accuracy and sign off on it...
I need faster Employment
Babu Muthukrishnan wrote:Thanks for response.
My intention is to introduce validation using Supporting legal documents such as Birth certificate or Government id proof. Alphabet based validation is just example.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Babu Muthukrishnan wrote:Example: Student App using java, we should display message to user as follows.
System.out.println("Please enter the name of the student as per Legal document by verifying evidences. ");
System.out.println("Please do not enter dummy data without evidences. If dummy data entered, data will not considered");
Scanner myObj = new Scanner(System.in);
String studentName = myObj.nextLine();
This will improve quality. Data quality is enforced using both computer programming and manual verification procedure.
Carey Brown wrote:...
You keep using the word "enforce" but you don't describe how the software is supposed to enforce it. In your example you embellish the prompt a bit but you still take the same old error prone string. If you are going to "enforce" something through business procedures that's outside of the scope of what we do here. So far you haven't laid out a set of requirements that a developer could work with.
I need faster Employment
I need faster Employment
Tim Driven Development | Test until the fear goes away
I need faster Employment
Tim Driven Development | Test until the fear goes away
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Babu Muthukrishnan wrote:Hello, Thanks for response. I want to improve on data quality problems in Computer Programming from school time. I did not communicate about data quality problems in School time etc. Now I am not working. Work related things are confidential. That cannot be discussed here. I will study about recent Computer Science school books from my country and connect you back. Thank you
I need faster Employment
Carey Brown wrote:I would say that your code does not enforce entering the correct name. Most employers of data entry personnel expect so many entries per day. With your code the employees will just get in the habit of entering "Yes" without even looking. The best enforcement is electronically scanning the document with automated entry. If that is not feasible then manually scanning the document and keeping it as a record that can be used at anytime to verify the input. That still shouldn't let you off the hook for providing logic to check the characters and format of the data being entered. As mentioned a check for valid name can only check for a limited set of things because there's some strange names out there, no digits would be an obvious check.
I need faster Employment
Babu Muthukrishnan wrote:Similarly I feel we need to enforce evidence in all computer programs for example Fibonacci series, Factorial programming, Palindrome detection, and Celsius to Fahrenheit conversion etc..
Tim Driven Development | Test until the fear goes away
Tim Cooke wrote:
Babu Muthukrishnan wrote:Similarly I feel we need to enforce evidence in all computer programs for example Fibonacci series, Factorial programming, Palindrome detection, and Celsius to Fahrenheit conversion etc..
What would you classify as evidence in these examples?
I need faster Employment
Tim Driven Development | Test until the fear goes away
Tim Cooke wrote:Are you saying that "evidence" in this example is the thermometer?
I need faster Employment
Tim Driven Development | Test until the fear goes away
Tim Cooke wrote:Ok, can you take me through your design process please?
I have a thermometer, here is a picture of it. How do I use that to validate my Celsius to Fahrenheit converter program?
I need faster Employment
Tim Driven Development | Test until the fear goes away
Tim Cooke wrote:Ok I have a new thermometer. How can I use it as evidence in your example?
I need faster Employment
Tim Driven Development | Test until the fear goes away
I need faster Employment
Tim Driven Development | Test until the fear goes away
I need faster Employment
| Don't get me started about those stupid light bulbs. |