Search Results

2
votes
5answers
215 views

Project Naming

As a beginner/intermediate developer one problem I run into as my projects get bigger and more abstracted away as i use more OOP principles I have a problem with naming things. Like when i have mu …
7
votes
22answers
594 views

What have you used Regular Expressions for?

I have heard of regular expressions and only seen use cases for a few things so I don't think of using them very often. In the past I have done a couple of things and it has taken me hours to do. …
0
votes

Beginner Programmer - Which direction

I am very familiar with where you are at right now. Was just there and finally coming out of it. My suggestion is you code, read others code and things of that nature. Really make sure you under …
4
votes

Ethics of assisting other programmers, where do we draw the line?

This is a problem I have run into in that i want to learn "how to 'hack'" not because I want to break into peoples computers, but because i want to learn to prevent it. In order to prevent it I ne …
0
votes

Most Unpleasant Programming Task You’ve Had to Do

I had to debug a web service and I was unable to compile and run the code. I was pointed to the project and they said fix the problem it returns the error: "instance of object not found" …