Top 10 Things That Annoy Programmers
By Kevin Pang Programmers all have their pet peeves. Whether it’s scope creep, Hungarian notation, or smelly coworkers, we’ve come to accept that there are certain nuisances that come with our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow (you must be a closed beta tester to access the link) along with some of my own experiences as a programmer: 10. Comments that explain...
Read MoreI have a dream!… :) Python IDE for iPhone
I have in idea to create a new project. The aim is a full featured IDE for Python. It must be able to create projects (I mean to create something like MyAplication.app in default Applications folder, or somewhere else; then create link to python, put some icon, create all needed .plist files, MyApplication.py and MyApplicaton shell script and all other neded stuff as it’s show by Saurik) and manage its .py files and settings directly on iPhone. I selected Python becouse python is the...
Read More
Recent Comments