"Get to the conclusion that if we adopted standards for things like variables, we can access programs we don't know or have any knwoledge about them. "
That's the main strenght in using standard variables. Instead of inventing a new way to name variables. In a way "we are re-inventing the wheel" or repting our selfs heavily. Which is not good to make all that repetition. Because is a high amount of work that is wasted.
Now the software evolve a bit from just variables more things are becoming standard. Let's say the way how we do templates. If you have a diferent author a diferent site and diferent framework. Or even some times diferents works they all have a new structure. But lets assume our templates now have a standard way of doing things.
We can also access other people templates just by looking at our templates. That's a high amount of stuff we do not need to memorise which will increase heavely the work flow.
Session
includes/header_files/session.h
For the links on top we have things that are more sharable. I often put those in the same organization standard/structure. Expect this ones since they share their will be in their own thing to be easy updated.
session_save()
{
}
session_load()
{
}
No comments:
Post a Comment